mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 09:39:10 +08:00
update: compatible
This commit is contained in:
parent
ef8483a50f
commit
d34c909bb0
@ -20,6 +20,7 @@ class PassportRoute
|
||||
// Comm
|
||||
$router->post('/comm/sendEmailVerify', 'Passport\\CommController@sendEmailVerify');
|
||||
$router->post('/comm/pv', 'Passport\\CommController@pv');
|
||||
$router->get ('/comm/config', 'Guest\\CommController@config'); // TODO:REMOVE:1.7.0
|
||||
});
|
||||
}
|
||||
}
|
||||
|
@ -237,5 +237,5 @@ return [
|
||||
| The only modification by laravel config
|
||||
|
|
||||
*/
|
||||
'version' => '1.6.1.1665920414108'
|
||||
'version' => '1.6.2.1666116554616'
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user