mirror of https://github.com/Lukibeg/OmniBoard.git
Compare commits
No commits in common. "3d7bb226194de147ee57b2a161221b51d84e228b" and "fbac60b9f3095a792851e927d6e974ec7b1640ff" have entirely different histories.
3d7bb22619
...
fbac60b9f3
|
|
@ -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']);
|
||||
|
|
|
|||
Loading…
Reference in New Issue