From 58c8899fd944120cee0b96202b1616ea24f53368 Mon Sep 17 00:00:00 2001 From: LordMathis Date: Sun, 26 Oct 2025 14:08:48 +0100 Subject: [PATCH] Update import path for API documentation --- pkg/server/routes.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/server/routes.go b/pkg/server/routes.go index ffe89ec..6587601 100644 --- a/pkg/server/routes.go +++ b/pkg/server/routes.go @@ -8,7 +8,7 @@ import ( "github.com/go-chi/cors" httpSwagger "github.com/swaggo/http-swagger" - _ "llamactl/apidocs" + _ "llamactl/docs" "llamactl/webui" )