From afef3d0180c877781de41737485006de0f1cf8a7 Mon Sep 17 00:00:00 2001 From: LordMathis Date: Thu, 7 Aug 2025 19:48:28 +0200 Subject: [PATCH] Update import path for API documentation to use apidocs --- 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 a867131..a81f585 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/docs" + _ "llamactl/apidocs" "llamactl/webui" )