Updated reducers to follow Redux Reducer Bundles proposal

This commit is contained in:
Alejandro Celaya
2018-07-15 10:28:39 +02:00
parent ac62410926
commit a4f9a2b8b3
5 changed files with 14 additions and 17 deletions

View File

@@ -1,9 +0,0 @@
// Servers
export const LOAD_SERVER = 'shlink/LOAD_SERVER';
export const FETCH_SERVERS = 'shlink/FETCH_SERVERS';
export const CREATE_SERVER = 'shlink/CREATE_SERVER';
// Short URLs
export const LIST_SHORT_URLS = 'shlink/LIST_SHORT_URLS';
export const UPDATE_SHORT_URLS_LIST = 'shlink/UPDATE_SHORT_URLS_LIST';