Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
macgeargear committed Jan 6, 2024
1 parent 99e72f4 commit 7715d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/router/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func NewFiberRouter(authGuard IGuard, conf config.App) *FiberRouter {
pet := GroupWithAuthMiddleware(r, "/pets", authGuard.Use)

image := GroupWithAuthMiddleware(r, "/image", authGuard.Use)
like := GroupWithAuthMiddleware(r, "/like", authGuard.Use)
like := GroupWithAuthMiddleware(r, "/likes", authGuard.Use)

return &FiberRouter{r, auth, user, pet, image, like}
}
Expand Down

0 comments on commit 7715d13

Please sign in to comment.