feat(api): add registration count API endpoint
Compare changes
+ 8
− 1
@@ -4,6 +4,7 @@ import (
@@ -54,8 +55,14 @@ func serve(sig chan os.Signal, db *leveldb.DB) error {
This adds /api/count which returns a value initialised on startup and incremented each successful registration.