fix(api): move captcha handler in front of registration handler
Compare changes
+ 2
− 2
@@ -19,7 +19,7 @@ type registration struct {
@@ -68,5 +68,5 @@ func routeRegister(app *fiber.App, p string, db *leveldb.DB, count *atomic.Uint6
Examples in documentation has captcha after APi handler however that does not seem to work, so it is moved in front here.