diff --git a/lib/src/routes/controllers/auth.dart b/lib/src/routes/controllers/auth.dart index 1cad74f3..7077b327 100644 --- a/lib/src/routes/controllers/auth.dart +++ b/lib/src/routes/controllers/auth.dart @@ -37,7 +37,7 @@ class AuthController extends Controller { } @Expose('/login', method: 'POST') - login() async => auth.authenticate('local'); + login() => auth.authenticate('local'); @Expose('/register', method: 'POST') register(RequestContext req, UserService userService) async {