chore(server): Move api-server in to it's own DIR
This commit is contained in:
committed by
mrugesh mohapatra
parent
9fba6bce4c
commit
46a217d0a5
8
api-server/common/app/routes/Settings/index.js
Normal file
8
api-server/common/app/routes/Settings/index.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import { types } from './redux';
|
||||
|
||||
export { default } from './ShowSettings.jsx';
|
||||
|
||||
export const routes = {
|
||||
[types.onRouteSettings]: '/settings',
|
||||
[types.onRouteUpdateEmail]: '/settings/update-email'
|
||||
};
|
Reference in New Issue
Block a user