DONE: disable login and implement sso
This commit is contained in:
@@ -43,6 +43,8 @@ Route::get('/fizikalpdf/{id}', [FizikalController::class, 'index']);
|
||||
|
||||
Route::get('/mayapdf/{id}', [MayaController::class, 'index']);
|
||||
|
||||
Route::get('/sso/login', 'API\v1\Voter\SsoLoginController@login');
|
||||
|
||||
Route::view('/{any}', 'index')->where('any', '.*');
|
||||
|
||||
Route::get('/penyata/{id}', [App\Http\Controllers\PenyataController::class, 'show']);
|
||||
|
||||
Reference in New Issue
Block a user