generated from azures04/Base-REST-API
Changed BASE_POINT in .env.example and the download route in download.js to use '/api/v2/download/' instead of '/download/'. Updated .gitignore to exclude '/data/game' directory.
3 lines
77 B
Plaintext
3 lines
77 B
Plaintext
WEB_PORT=8535
|
|
IS_PROD=FALSE
|
|
BASE_POINT=http://localhost:8535/api/v2/download/ |