You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Swagger middleware for [Fiber](https://github.com/gofiber/fiber). The middleware handles Swagger UI.
12
+
Swagger UI middleware for [Fiber](https://github.com/gofiber/fiber). This handler serves pre-generated Swagger/OpenAPI specs via the swagger-ui package.
13
13
14
14
15
15
**Compatible with Fiber v3.**
@@ -27,64 +27,64 @@ We only support the latest two versions of Go. Visit [https://go.dev/doc/devel/r
27
27
28
28
### Signatures
29
29
```go
30
-
funcNew(config ...swagger.Config) fiber.Handler
30
+
funcNew(config ...swaggerui.Config) fiber.Handler
31
31
```
32
32
33
33
### Installation
34
34
Swagger is tested on the latests [Go versions](https://golang.org/dl/) with support for modules. So make sure to initialize one first if you didn't do that yet:
0 commit comments