7 lines
194 B
Markdown
7 lines
194 B
Markdown
|
* User Switch
|
||
|
Add the following routes
|
||
|
```
|
||
|
Route::get( 'admin/switch/start/{id}', 'UserController@user_switch_start' );
|
||
|
Route::get( 'admin/switch/stop', 'UserController@user_switch_stop' );
|
||
|
```
|