Add OAuth module from repository
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
8
modules/OAuth/Http/routes.php
Executable file
8
modules/OAuth/Http/routes.php
Executable file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
Route::group(['middleware' => 'web',
|
||||
'prefix' => \Helper::getSubdirectory(),
|
||||
'namespace' => 'Modules\OAuth\Http\Controllers'], function()
|
||||
{
|
||||
Route::get('/oauth_callback', 'OAuthController@index')->name('oauth_callback');
|
||||
});
|
Reference in New Issue
Block a user