From 45ec5c396ca2c206ababb7af05f383d5790f6662 Mon Sep 17 00:00:00 2001 From: Xevion Date: Fri, 1 Nov 2024 20:44:40 -0500 Subject: [PATCH] temp: try uvicorn command in railway.json --- backend/railway.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/railway.json b/backend/railway.json index fd262b7..c46ae29 100644 --- a/backend/railway.json +++ b/backend/railway.json @@ -4,6 +4,6 @@ "builder": "NIXPACKS" }, "deploy": { - "startCommand": "hypercorn linkpulse.app:app --bind \"[::]:$PORT\" --log-config \"toml:logging.toml\"" + "startCommand": "uvicorn \"linkpulse.app:app\" --host :: --port $PORT" } }