Добавил поддержку webhook от репликатора
This commit is contained in:
@@ -17,6 +17,9 @@ return Application::configure(basePath: dirname(__DIR__))
|
||||
HandleInertiaRequests::class,
|
||||
'auth' => \App\Http\Middleware\Authenticate::class,
|
||||
]);
|
||||
$middleware->validateCsrfTokens(except: [
|
||||
'api/syncio/webhook'
|
||||
]);
|
||||
})
|
||||
->withExceptions(function (Exceptions $exceptions): void {
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user