mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
Migrate the existing login form to use React
This commit is contained in:
@@ -32,5 +32,5 @@ Route::group(['prefix' => 'account/two_factor'], function () {
|
||||
Route::post('/totp/disable', 'SecurityController@delete')->name('account.two_factor.disable');
|
||||
});
|
||||
|
||||
Route::get('/{vue}', 'IndexController@index')
|
||||
->where('vue', '^(?!(\/)?(api|admin|daemon)).+');
|
||||
Route::get('/{react}', 'IndexController@index')
|
||||
->where('react', '^(?!(\/)?(api|auth|admin|daemon)).+');
|
||||
|
||||
Reference in New Issue
Block a user