From 2d03d1a257a28f5797de9061eb6514b69395a451 Mon Sep 17 00:00:00 2001 From: marko-bekhta Date: Thu, 6 Mar 2025 12:32:25 +0100 Subject: [PATCH] Use `/replicate-jira` path to not rely on annotations in the route --- src/main/resources/application.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 9d1ab89..ccc6c86 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,5 +1,6 @@ # General Quarkus config: # +quarkus.http.root-path=/replicate-jira # So that we have /api prefix in all our REST paths: quarkus.rest.path=/api # Enable access logs, in particular to see if web hook is triggered: