Skip to content

Commit

Permalink
dvovk/snapshotsync (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvovk authored Nov 11, 2023
1 parent 746fa46 commit 383e607
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/main_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ func NewHandler(services APIServices) http.Handler {
r.Mount(internal.BridgeEndPoint, NewBridgeHandler(services.StoreSession))

r.Mount("/", web.UI)
r.HandleFunc("/snapshot-sync", index)
r.HandleFunc("/network", index)
r.HandleFunc("/logs", index)
r.HandleFunc("/chain", index)
Expand Down

0 comments on commit 383e607

Please sign in to comment.