diff --git a/backend/railway.json b/backend/railway.json index 1066952..0482ba6 100644 --- a/backend/railway.json +++ b/backend/railway.json @@ -4,6 +4,6 @@ "builder": "NIXPACKS" }, "deploy": { - "startCommand": "hypercorn linkpulse.main:app --bind \"[::]:$PORT\"" + "startCommand": "hypercorn linkpulse.app:app --bind \"[::]:$PORT\"" } } \ No newline at end of file diff --git a/backend/run.sh b/backend/run.sh index f5d41ed..7e05591 100755 --- a/backend/run.sh +++ b/backend/run.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -poetry run hypercorn linkpulse.main:app --reload \ No newline at end of file +poetry run hypercorn linkpulse.app:app --reload \ No newline at end of file