Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OnePoem
/
OnePoem-Server
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
李帅
2022-03-31 18:24:07 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6af10388853c37625b14bd49856b47f1084247f9
6af10388
1 parent
984bfee1
1.苹果登录是post回传
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
routes/api.php
routes/api.php
View file @
6af1038
...
...
@@ -21,7 +21,7 @@ Route::prefix('v1')->namespace('App\Http\Controllers\V1')->group(function (Route
$api
->
get
(
'/verify'
,
'UserController@verify'
);
/** 社会化用户登录*/
$api
->
get
(
'auth/{service}/callback'
,
'AuthController@apiHandleProviderCallback'
);
$api
->
any
(
'auth/{service}/callback'
,
'AuthController@apiHandleProviderCallback'
);
});
...
...
Please
register
or
login
to post a comment