mirror of https://github.com/Lukibeg/OmniBoard.git
Compare commits
2 Commits
fbac60b9f3
...
3d7bb22619
| Author | SHA1 | Date |
|---|---|---|
|
|
3d7bb22619 | |
|
|
f673714c72 |
|
|
@ -8,4 +8,4 @@
|
|||
return $request->user();
|
||||
})->middleware('auth:sanctum');
|
||||
|
||||
Route::post('/v1/ami-informations', [AmiEventController::class, 'handle']);
|
||||
Route::middleware(['throttle:1000,1'])->post('/v1/ami-informations', [AmiEventController::class, 'handle']);
|
||||
|
|
|
|||
Loading…
Reference in New Issue