Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
Raajheer1 committed May 24, 2024
1 parent 14daf18 commit 10030df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions external/v3/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ func Router(r chi.Router, cfg *config.Config) {
r.Get("/logout", user.GetLogout)
r.Get("/login", user.GetLogin)
r.Get("/login/callback", user.GetLoginCallback)
})

r.Route("/user", func(r chi.Router) {
user.Router(r)
})

Expand Down

0 comments on commit 10030df

Please sign in to comment.