From 8da118649b3e528d7aeb463911f9e9392f656586 Mon Sep 17 00:00:00 2001 From: Martin Fenner Date: Sat, 7 Oct 2023 15:59:54 +0200 Subject: [PATCH] Update Procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 2ddb0e7..c69a53e 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ # TODO: Modify this Procfile to fit your needs -web: hypercorn -b 0.0.0.0:$PORT rogue_scholar_api:run +web: hypercorn -b 0.0.0.0:$PORT app:rogue_scholar_api