mirror of
https://github.com/v2board/v2board.git
synced 2025-06-12 20:47:56 +08:00
update
This commit is contained in:
@ -83,6 +83,8 @@ Route::prefix('v1')
|
||||
Route::post('sendEmailVerify', 'Passport\\CommController@sendEmailVerify');
|
||||
// Login
|
||||
Route::post('login', 'Passport\\LoginController@index');
|
||||
// Forget
|
||||
Route::post('forget', 'Passport\\ForgetController@index');
|
||||
});
|
||||
// No Auth
|
||||
Route::prefix('guest')
|
||||
|
@ -15,6 +15,6 @@ Route::get('/', function () {
|
||||
return view('app', [
|
||||
'title' => config('v2board.app_name', 'V2Board'),
|
||||
'theme' => config('v2board.app_theme', 1),
|
||||
'verison' => '0.1.91'
|
||||
'verison' => '0.2.1'
|
||||
]);
|
||||
});
|
||||
|
Reference in New Issue
Block a user