Skip to content

Commit

Permalink
swag fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
almostinf committed Dec 22, 2023
1 parent 7ccc6f7 commit 5f6f01d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/handler/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import (
// @id get-web-config
// @tags config
// @produce json
// @success 200 {object} api.WebConfig "Configuration fetched successfully"
// @failure 422 {object} api.ErrorRenderExample "Render error"
// @success 200 {object} api.WebConfig "Configuration fetched successfully"
// @failure 422 {object} api.ErrorRenderExample "Render error"
// @router /config [get]
func getWebConfig(webConfig *api.WebConfig) http.HandlerFunc {
return http.HandlerFunc(func(writer http.ResponseWriter, request *http.Request) {
Expand Down

0 comments on commit 5f6f01d

Please sign in to comment.