We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6ff5c6 commit 89bdd63Copy full SHA for 89bdd63
modules/@apostrophecms/area/index.js
@@ -378,7 +378,7 @@ module.exports = {
378
headers: {
379
'apos-external-front-key': self.apos.externalFrontKey,
380
// Without this Astro enforces CSRF protection starting in version 4.9.0
381
- 'content-type': 'application-json'
+ 'content-type': 'application/json'
382
},
383
body: JSON.stringify({
384
area
0 commit comments