This commit is contained in:
Fabio 2026-02-26 14:37:05 +01:00
parent 22979635ed
commit 6ff72b5d25

View file

@ -4,7 +4,7 @@
"description": "Gallery and JWT Protected REST API with json-server",
"main": "index.js",
"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",
"hash": "node ./api_v1/tools.js"
},