mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-13 06:56:48 +00:00
TTS
This commit is contained in:
@@ -18,6 +18,9 @@ Route::get('/img-public/{path}', \App\Http\Controllers\ImageController::class)
|
||||
Route::get('auth/auth47', \App\Http\Livewire\Auth\Auth47Component::class)
|
||||
->name('auth.auth47');
|
||||
|
||||
Route::get('hello', \App\Http\Livewire\Hello::class)
|
||||
->name('hello');
|
||||
|
||||
Route::post('auth/auth47-callback', function (Request $request) {
|
||||
$auth47Version = $request->auth47_response;
|
||||
$challenge = $request->challenge;
|
||||
|
||||
Reference in New Issue
Block a user