Skip to content

Commit 90bafe3

Browse files
authored
Update hooks.go
spelling fix
1 parent 7ee2c13 commit 90bafe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/api/v1/admin/hooks.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ func EditHook(ctx *context.APIContext) {
142142

143143
// DeleteHook delete a system hook
144144
func DeleteHook(ctx *context.APIContext) {
145-
// swagger:operation DELETE /amdin/hooks/{id} admin adminDeleteHook
145+
// swagger:operation DELETE /admin/hooks/{id} admin adminDeleteHook
146146
// ---
147147
// summary: Delete a hook
148148
// produces:

0 commit comments

Comments
 (0)