Skip to content

Commit

Permalink
(BEDS-322) fix route of vali bulk delete endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
LuccaBitfly committed Sep 17, 2024
1 parent 5878b0c commit 86821b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/pkg/api/handlers/public.go
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ func (h *HandlerService) PublicGetValidatorDashboardValidators(w http.ResponseWr
// @Param request body handlers.PublicDeleteValidatorDashboardValidators.request true "`validators`: Provide an array of validator indices or public keys that should get removed from the dashboard."
// @Success 204 "Validators removed successfully."
// @Failure 400 {object} types.ApiErrorResponse
// @Router /validator-dashboards/{dashboard_id}/bulk-deletions [post]
// @Router /validator-dashboards/{dashboard_id}/validators/bulk-deletions [post]
func (h *HandlerService) PublicDeleteValidatorDashboardValidators(w http.ResponseWriter, r *http.Request) {
var v validationError
dashboardId := v.checkPrimaryDashboardId(mux.Vars(r)["dashboard_id"])
Expand Down

0 comments on commit 86821b9

Please sign in to comment.