mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-27 08:14:28 +00:00
merge master
This commit is contained in:
@@ -30,3 +30,6 @@ Route::get('/', function () {
|
||||
|
||||
Route::get('password/reset/{token}', 'Auth\ResetPasswordController@showResetForm')->name('password.request');
|
||||
Route::post('password/reset', 'Auth\ResetPasswordController@postReset')->name('password.reset');
|
||||
Route::get('{path}', function () {
|
||||
return view('index');
|
||||
})->where('path', '(.*)');
|
||||
|
||||
Reference in New Issue
Block a user