Replace captcha system
This commit is contained in:
@@ -42,9 +42,6 @@ Route::post('/contact', [ContactController::class, 'store'])->name('contact.stor
|
||||
Route::get('/playlists', [PlaylistController::class, 'index'])->name('playlist.index');
|
||||
Route::get('/playlist/{playlist_id}', [PlaylistController::class, 'show'])->name('playlist.show');
|
||||
|
||||
// Captcha Reload
|
||||
Route::get('/reload-captcha', [ContactController::class, 'reloadCaptcha']);
|
||||
|
||||
// Download
|
||||
Route::post('/get-download', [DownloadApiController::class, 'getDownload']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user