group(function() { Route::post('/login', 'login'); Route::middleware(USER_MIDDLEWARES)->post('/auth/check', 'check'); });