diff --git a/package.json b/package.json index dfea9ce..b46941b 100644 --- a/package.json +++ b/package.json @@ -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" },