feat: init swagger

This commit is contained in:
Stavros
2026-07-03 22:59:31 +03:00
parent 6ab9c0a0c5
commit 33a5b859cf
9 changed files with 204 additions and 4 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ func (m *UIMiddleware) Middleware() gin.HandlerFunc {
path := strings.TrimPrefix(c.Request.URL.Path, "/")
switch strings.SplitN(path, "/", 2)[0] {
case "api", "resources", ".well-known", "authorize":
case "api", "resources", ".well-known", "authorize", "swagger":
c.Next()
return
case "robots.txt":