We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e622f7 commit 8bf8443Copy full SHA for 8bf8443
cmd/api/handler/price.go
@@ -42,6 +42,7 @@ func (handler *PriceHandler) InitRoutes(srvr *echo.Group) {
42
{
43
pair.GET("", handler.Last)
44
// pair.GET("/history", handler.History)
45
+ // pair.GET("/series/:timeframe", handler.Series, middlewareCache)
46
pair.GET("/:timeframe", handler.Series, middlewareCache)
47
}
48
0 commit comments