From 08e6694bc9ba860d761b2485902aea155def3cfd Mon Sep 17 00:00:00 2001 From: Alan Rynne Date: Thu, 4 Nov 2021 11:36:04 +0100 Subject: [PATCH] fix Procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 2c8cb9d..1a562af 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: uvicorn main:app --app-dir=server --host=0.0.0.0 --port=${PORT:-5000} \ No newline at end of file +web: uvicorn server.main:app --app-dir=server --host=0.0.0.0 --port=${PORT:-5000} \ No newline at end of file