update: compatible

This commit is contained in:
tokumeikoi 2022-10-19 02:09:48 +08:00
parent ef8483a50f
commit d34c909bb0
2 changed files with 2 additions and 1 deletions

View File

@ -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
});
}
}

View File

@ -237,5 +237,5 @@ return [
| The only modification by laravel config
|
*/
'version' => '1.6.1.1665920414108'
'version' => '1.6.2.1666116554616'
];