Make changes to code to improve readability
This commit is contained in:
committed by
Benedikt Rötsch
parent
a110d848c0
commit
cdb0a07ff7
2
app.js
2
app.js
@@ -38,7 +38,7 @@ app.use(async function (request, response, next) {
|
||||
deliveryToken: process.env.CONTENTFUL_DELIVERY_TOKEN,
|
||||
previewToken: process.env.CONTENTFUL_PREVIEW_TOKEN,
|
||||
editorialFeatures: false,
|
||||
// Overwrite default settings using those stored in a cookie
|
||||
// Overwrite default settings using those stored in cookie, if present
|
||||
...request.cookies.theExampleAppSettings
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user