6th
This commit is contained in:
parent
22979635ed
commit
6ff72b5d25
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
"description": "Gallery and JWT Protected REST API with json-server",
|
"description": "Gallery and JWT Protected REST API with json-server",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start-no-auth": "json-server --watch ./api_v1/db.json -s ./public",
|
"start-no-auth": "json-server --watch ./api_v1/db.json -s ./public --host 0.0.0.0 --port 4000",
|
||||||
"start": "node ./api_v1/server.js -s ./public",
|
"start": "node ./api_v1/server.js -s ./public",
|
||||||
"hash": "node ./api_v1/tools.js"
|
"hash": "node ./api_v1/tools.js"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue