Skip to content

Commit

Permalink
added frontend routes for wanted/number/number (#725)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevkevinpal authored Sep 20, 2023
1 parent 28a7639 commit 4d700c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions routes/frontend.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ func IndexRoutes() chi.Router {
r.Get("/p/{pubkey}/offer", frontend.IndexRoute)
r.Get("/p/{pubkey}/badges", frontend.IndexRoute)
r.Get("/p/{pubkey}/wanted", frontend.IndexRoute)
r.Get("/p/{pubkey}/wanted/*/*", frontend.IndexRoute)
r.Get("/p/{pubkey}/usertickets", frontend.IndexRoute)
r.Get("/p/{pubkey}/organizations", frontend.IndexRoute)
r.Get("/b", frontend.IndexRoute)
Expand Down

0 comments on commit 4d700c1

Please sign in to comment.