Compare commits

..

No commits in common. "3d7bb226194de147ee57b2a161221b51d84e228b" and "fbac60b9f3095a792851e927d6e974ec7b1640ff" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@
return $request->user();
})->middleware('auth:sanctum');
Route::middleware(['throttle:1000,1'])->post('/v1/ami-informations', [AmiEventController::class, 'handle']);
Route::post('/v1/ami-informations', [AmiEventController::class, 'handle']);