Skip to content

Commit e6ff5c6

Browse files
committed
version number correct
1 parent 7091fab commit e6ff5c6

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
@@ -377,7 +377,7 @@ module.exports = {
377377
method: 'POST',
378378
headers: {
379379
'apos-external-front-key': self.apos.externalFrontKey,
380-
// Without this Astro enforces CSRF protection starting in version 5.9.0
380+
// Without this Astro enforces CSRF protection starting in version 4.9.0
381381
'content-type': 'application-json'
382382
},
383383
body: JSON.stringify({

0 commit comments

Comments
 (0)