Update
This commit is contained in:
@@ -31,6 +31,11 @@
|
||||
]);
|
||||
|
||||
$middleware->statefulApi();
|
||||
|
||||
$middleware->alias([
|
||||
'cacheResponse' => \Spatie\ResponseCache\Middlewares\CacheResponse::class,
|
||||
'doNotCacheResponse' => \Spatie\ResponseCache\Middlewares\DoNotCacheResponse::class,
|
||||
]);
|
||||
})
|
||||
->withExceptions(function (Exceptions $exceptions) {
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user