You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$api = new \Zewail\Api\Routing\Router;
$api->version('v1', function () {
// TODO 可以是thinkphp自带的路由
Route::rule('user/login','admin/Login/login','post')->ext('html');
Route::rule('verify','api/Verify/index','get')->ext('html');
});
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: