Skip to content

Commit

Permalink
add oxfordnet
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilevos committed Aug 22, 2023
1 parent c93d050 commit d8f8948
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ func main() {
e.GET("/limanet/:type", downloadableHandlerBuilder("limanet"))
e.GET("/mumbainet/:type", downloadableHandlerBuilder("mumbainet"))
e.GET("/nairobinet/:type", downloadableHandlerBuilder("nairobinet"))
e.GET("/oxfordnet/:type", downloadableHandlerBuilder("oxfordnet"))
e.GET("/", api)
e.GET("/tezos-snapshots.json", api)
e.GET("/health", func(c echo.Context) error {
Expand Down

0 comments on commit d8f8948

Please sign in to comment.