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/server/utils/lang-passthrough-urls.js
Normal file
8
api-server/server/utils/lang-passthrough-urls.js
Normal file
@ -0,0 +1,8 @@
|
||||
export default [
|
||||
'auth',
|
||||
'services',
|
||||
'link'
|
||||
].reduce((throughs, route) => {
|
||||
throughs[route] = true;
|
||||
return throughs;
|
||||
}, {});
|
Reference in New Issue
Block a user