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