Throttle pulls
This commit is contained in:
parent
70afc51c9e
commit
87e9d5e82a
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ Route::group(['prefix' => '/servers/{server}', 'middleware' => [AuthenticateServ
|
|||
Route::post('/delete', 'Servers\FileController@delete');
|
||||
Route::post('/create-folder', 'Servers\FileController@create');
|
||||
Route::post('/chmod', 'Servers\FileController@chmod');
|
||||
Route::post('/pull', 'Servers\FileController@pull');
|
||||
Route::post('/pull', 'Servers\FileController@pull')->middleware(['throttle:10,5']);
|
||||
Route::get('/upload', 'Servers\FileUploadController');
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue