|
|
@ -1,5 +1,5 @@ |
|
|
const RouterConfig = require('../../config/config').default.routes; |
|
|
|
|
|
const { uniq } = require('lodash'); |
|
|
const { uniq } = require('lodash'); |
|
|
|
|
|
const RouterConfig = require('../../config/config').default.routes; |
|
|
|
|
|
|
|
|
const BASE_URL = `http://localhost:${process.env.PORT || 8000}`; |
|
|
const BASE_URL = `http://localhost:${process.env.PORT || 8000}`; |
|
|
|
|
|
|
|
|
|