Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
macgeargear committed Jan 11, 2024
1 parent d58594d commit e6cc73e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/constant/auth/auth.constant.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@ var ExcludePath = map[string]struct{}{
}

var AdminPath = map[string]struct{}{
"DELETE /user/:id": {},
"POST /pets": {},
"PUT /pets/:id": {},
"PUT /pets/:id/visible": {},
"DELETE /pets/:id": {},
//need to add image upload, delete, assignpet
"DELETE /user/:id": {},
"POST /pets": {},
"PUT /pets/:id": {},
"PUT /pets/:id/visible": {},
"DELETE /pets/:id": {},
"POST /images/assign/:pet_id": {},
"DELETE /images/:id": {},
"POST /images/": {},
Expand Down

0 comments on commit e6cc73e

Please sign in to comment.