Skip to content

Commit 89bdd63

Browse files
committed
bad typo
1 parent e6ff5c6 commit 89bdd63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/@apostrophecms/area/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ module.exports = {
378378
headers: {
379379
'apos-external-front-key': self.apos.externalFrontKey,
380380
// Without this Astro enforces CSRF protection starting in version 4.9.0
381-
'content-type': 'application-json'
381+
'content-type': 'application/json'
382382
},
383383
body: JSON.stringify({
384384
area

0 commit comments

Comments
 (0)