Skip to content

Commit

Permalink
docs: remove double declaration of route config
Browse files Browse the repository at this point in the history
  • Loading branch information
morremeyer committed Nov 7, 2022
1 parent 75db336 commit 8ffbf8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/controllers/budget.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ func (co Controller) CreateBudget(c *gin.Context) {
// @Success 200 {object} BudgetListResponse
// @Failure 500 {object} httperrors.HTTPError
// @Router /v1/budgets [get]
// @Router /v1/budgets [get]
// @Param name query string false "Filter by name"
// @Param note query string false "Filter by note"
// @Param currency query string false "Filter by currency"
Expand Down

0 comments on commit 8ffbf8d

Please sign in to comment.