diff --git a/cmd/http/router.go b/cmd/http/router.go index d5d89c8..0fc6cfa 100644 --- a/cmd/http/router.go +++ b/cmd/http/router.go @@ -73,7 +73,7 @@ func (router Router) API(w http.ResponseWriter, r *http.Request) { router.APITransactions(w, r) case "/api/amend": router.APIAmend(w, r) - case "/api/reg": + case "/api/reg", "/api/bal": router.APIReg(w, r) default: http.NotFound(w, r)