fix API_PREFIX env default to /api
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
PORT=8080
|
PORT=8080
|
||||||
NODE_ENV=development
|
NODE_ENV=development
|
||||||
API_PREFIX=
|
API_PREFIX=/api
|
||||||
CORS_ORIGIN=*
|
CORS_ORIGIN=*
|
||||||
LOG_LEVEL=debug
|
LOG_LEVEL=debug
|
||||||
PROJECT_ID=6a1d3e08d7c7b2a82853a3dd
|
PROJECT_ID=6a1d3e08d7c7b2a82853a3dd
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
PORT=8080
|
PORT=8080
|
||||||
NODE_ENV=development
|
NODE_ENV=development
|
||||||
API_PREFIX=
|
API_PREFIX=/api
|
||||||
CORS_ORIGIN=*
|
CORS_ORIGIN=*
|
||||||
LOG_LEVEL=debug
|
LOG_LEVEL=debug
|
||||||
PROJECT_ID=template-project
|
PROJECT_ID=template-project
|
||||||
|
|||||||
Reference in New Issue
Block a user