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 e6cc73e commit 2644a3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ func main() {
r.PostLike("", likeHandler.Create)
r.DeleteLike("/:id", likeHandler.Delete)

r.GetImage("/", imageHandler.FindByPetId)
r.PostImage("/", imageHandler.Upload)
r.DeleteImage("/:id", imageHandler.Delete)
r.AssignPet("/assign", imageHandler.AssignPet)
Expand Down

0 comments on commit 2644a3c

Please sign in to comment.