From d120309e46fab7e19285f2c6a7d63fc1466bc315 Mon Sep 17 00:00:00 2001 From: dan Date: Mon, 7 Jun 2021 00:53:13 -0400 Subject: [PATCH] Fixed Profile --- Procfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Procfile b/Procfile index e69de29..62df49d 100644 --- a/Procfile +++ b/Procfile @@ -0,0 +1 @@ +web: Uvicorn main:app --reload