From 6ff72b5d2534046764f73caf479c459775e1febe Mon Sep 17 00:00:00 2001 From: Fabio Date: Thu, 26 Feb 2026 14:37:05 +0100 Subject: [PATCH] 6th --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" },