From 1f79a789eb1049d3bce97724002fda4c074f9e61 Mon Sep 17 00:00:00 2001 From: Parker Date: Fri, 21 Jul 2023 01:58:13 -0400 Subject: [PATCH] v2.7 directory structure adjustments --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 05c4eee..448e9c1 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: panel serve --address="0.0.0.0" --port=$PORT src/campaign_dashboard/starbound_dashboard.py src/campaign_dashboard/protea_dashboard.py --allow-websocket-origin=campaign-dashboard.herokuapp.com +web: panel serve --address="0.0.0.0" --port=$PORT /src/campaign_dashboard/starbound_dashboard.py /src/campaign_dashboard/protea_dashboard.py --allow-websocket-origin=campaign-dashboard.herokuapp.com