From b837fa5a7d355b64c87a5e592bd2914adc165d6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Diedrich?= Date: Tue, 23 Jun 2020 17:41:05 +0200 Subject: [PATCH] forgot to change procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 833b516..6afcf45 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: java $JVM_OPTS -cp target/clojsa-standalone.jar clojure.main -m clojsa.handler/app +web: java $JVM_OPTS -cp target/clojsa-standalone.jar clojure.main -m clojsa.handler