Skip to content

Commit 8bf8443

Browse files
Temporary back API
1 parent 0e622f7 commit 8bf8443

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/api/handler/price.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ func (handler *PriceHandler) InitRoutes(srvr *echo.Group) {
4242
{
4343
pair.GET("", handler.Last)
4444
// pair.GET("/history", handler.History)
45+
// pair.GET("/series/:timeframe", handler.Series, middlewareCache)
4546
pair.GET("/:timeframe", handler.Series, middlewareCache)
4647
}
4748
}

0 commit comments

Comments
 (0)