Skip to content

Commit

Permalink
feat: swagger title.
Browse files Browse the repository at this point in the history
  • Loading branch information
tx7do committed May 6, 2024
1 parent 75e37c6 commit 08517e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/admin/service/internal/server/rest.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func NewHTTPServer(
if cfg.GetServer().GetRest().GetEnableSwagger() {
swaggerUI.RegisterSwaggerUIServerWithOption(
srv,
swaggerUI.WithTitle("Front Service"),
swaggerUI.WithTitle("Admin Service"),
swaggerUI.WithMemoryData(assets.OpenApiData, "yaml"),
)
}
Expand Down

0 comments on commit 08517e0

Please sign in to comment.