Skip to content

Commit

Permalink
api: change revenue metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Sep 28, 2023
1 parent f28677e commit 552c09e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 /": a.handleGetRevenue,
"GET /:period": a.handleGetRevenuePeriods,
"GET /web3index/revenue": a.handleGetWeb3Index,
"GET /metrics/revenue": a.handleGetRevenue,
"GET /metrics/revenue/:period": a.handleGetRevenuePeriods,
"GET /integrations/web3index/revenue": a.handleGetWeb3Index,
})
}

0 comments on commit 552c09e

Please sign in to comment.