upd routes again
This commit is contained in:
parent
fed00edfd4
commit
d86fa96a3e
@ -9,8 +9,8 @@ module.exports = {
|
||||
},
|
||||
navigations: {
|
||||
'enterfront.main': '/enterfront',
|
||||
'link.enterfront.auth': '/auth',
|
||||
'link.enterfront.account': '/account',
|
||||
'link.enterfront.auth': '/enterfront/auth',
|
||||
'link.enterfront.account': '/enterfront/account',
|
||||
},
|
||||
features: {
|
||||
'undefined': {
|
||||
|
@ -3,7 +3,7 @@ import pkg from '../../package.json';
|
||||
|
||||
const baseUrl = getNavigationsValue(`${(pkg as any).name}.main`);
|
||||
const navs = getNavigations();
|
||||
const makeUrl = url => baseUrl + url;
|
||||
const makeUrl = url => url;
|
||||
|
||||
export const URLs = {
|
||||
baseUrl,
|
||||
|
Loading…
Reference in New Issue
Block a user