Skip to content

Commit

Permalink
fix: Swagger name
Browse files Browse the repository at this point in the history
  • Loading branch information
devhaozi committed Dec 13, 2023
1 parent ccc50ed commit 599f3b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/http/controllers/swagger_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func NewSwaggerController() *SwaggerController {
// @Router /swagger [get]
func (r *SwaggerController) Index(ctx http.Context) http.Response {
err := swagger.New(swagger.Config{
Title: "RPA Swagger",
Title: "耗子面板 Swagger",
})(ctx.(*fiber.Context).Instance())
if err != nil {
return Error(ctx, http.StatusNotFound, err.Error())
Expand Down

0 comments on commit 599f3b5

Please sign in to comment.