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" )