Add fole check endpoint & Update dependencies

This commit is contained in:
2026-08-05 22:01:32 +02:00
parent 0702d445b2
commit b8f7bc48e1
10 changed files with 2378 additions and 1506 deletions
+2
View File
@@ -16,3 +16,5 @@ use Illuminate\Support\Facades\Route;
Route::get('/download/{folderhash}/{timehash}', [ApiController::class, 'download']);
Route::get('/getSize/{folderhash}/{timehash}', [ApiController::class, 'getFileSize']);
Route::get('/check/{folderhash}/{timehash}', [ApiController::class, 'checkPath'])
->middleware('throttle:120,1');