Add api prefix
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
module.exports = ({ env }) => ({
|
module.exports = ({ env }) => ({
|
||||||
host: env('HOST', '0.0.0.0'),
|
host: env('HOST', '0.0.0.0'),
|
||||||
port: env.int('PORT', 3000),
|
port: env.int('PORT', 3000),
|
||||||
url: env('URL', ''),
|
url: env('URL', '') + '/api',
|
||||||
app: {
|
app: {
|
||||||
keys: env.array('APP_KEYS'),
|
keys: env.array('APP_KEYS'),
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user