Skip to content

Commit 402df4d

Browse files
committed
docs: remove double declaration of route config
1 parent 7567209 commit 402df4d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/controllers/budget.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,6 @@ func (co Controller) CreateBudget(c *gin.Context) {
215215
// @Success 200 {object} BudgetListResponse
216216
// @Failure 500 {object} httperrors.HTTPError
217217
// @Router /v1/budgets [get]
218-
// @Router /v1/budgets [get]
219218
// @Param name query string false "Filter by name"
220219
// @Param note query string false "Filter by note"
221220
// @Param currency query string false "Filter by currency"

0 commit comments

Comments
 (0)