fix: collection migration

This commit is contained in:
Sonny
2024-04-28 19:31:32 +02:00
committed by Sonny
parent a347cee9a7
commit e917b3ae2b
4 changed files with 8 additions and 8 deletions

View File

@@ -16,7 +16,7 @@ const shieldConfig = defineConfig({
* to learn more
*/
csrf: {
enabled: true,
enabled: false,
exceptRoutes: [],
enableXsrfCookie: true,
methods: ['POST', 'PUT', 'PATCH', 'DELETE'],