This commit is contained in:
a 2022-10-25 05:36:43 -05:00
parent 454fc0a576
commit 455834fd36
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ func RouteServer(r chi.Router, cfg httpcfg.HttpCfg) {
json.NewEncoder(w).Encode(map[string]any{
"erigonURL": cfg.OtsRpcDaemonUrl,
"beaconAPI": cfg.OtsBeaconApiUrl,
"assetsURLPrefix": cfg.OtsBeaconApiUrl,
"assetsURLPrefix": cfg.OtsExternalAssetUrl,
})
})
FileServer(r, "/", filesDir)