Update import path for API documentation

This commit is contained in:
2025-10-26 14:08:48 +01:00
parent f98b09ea78
commit 58c8899fd9

View File

@@ -8,7 +8,7 @@ import (
"github.com/go-chi/cors" "github.com/go-chi/cors"
httpSwagger "github.com/swaggo/http-swagger" httpSwagger "github.com/swaggo/http-swagger"
_ "llamactl/apidocs" _ "llamactl/docs"
"llamactl/webui" "llamactl/webui"
) )