From 0509aa043aa6604dc8c98283c4fff92d5d5c05ec Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Thu, 19 Dec 2024 19:35:14 +0100 Subject: [PATCH] Path adjustment --- internal/threagile/consts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/threagile/consts.go b/internal/threagile/consts.go index cda7fc39..927909e5 100644 --- a/internal/threagile/consts.go +++ b/internal/threagile/consts.go @@ -6,7 +6,7 @@ const ( PluginDir = "/app" DataDir = "/data" OutputDir = "." - ServerDir = "/server" + ServerDir = "/app/server" KeyDir = "keys" DefaultServerPort = 8080