Skip to content

Commit

Permalink
remove prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Sep 28, 2023
1 parent bd4b2a4 commit f455b6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ func NewServer(sp StatProvider, log *zap.Logger) http.Handler {
}

return jape.Mux(map[string]jape.Handler{
"GET /revenue": a.handleGetRevenue,
"GET /revenue/:period": a.handleGetRevenuePeriods,
"GET /": a.handleGetRevenue,
"GET /:period": a.handleGetRevenuePeriods,
"GET /web3index/revenue": a.handleGetWeb3Index,
})
}

0 comments on commit f455b6a

Please sign in to comment.