Skip to content
Snippets Groups Projects
Commit 0d4136e2 authored by Tibo's avatar Tibo
Browse files

disable user registration

parent 888121eb
No related branches found
No related tags found
No related merge requests found
Pipeline #4414 passed
......@@ -17,7 +17,7 @@ Route::get('/', function () {
return redirect(action('MarkController@rankingHome'));
});
Auth::routes();
Auth::routes(['register' => false]);
Route::prefix('app')->group(function () {
Route::get('status', 'MarkController@status')->name('status');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment