Skip to content

Commit

Permalink
fix: fix example code (#2094)
Browse files Browse the repository at this point in the history
  • Loading branch information
imyuanx committed Apr 29, 2024
1 parent 7da45e0 commit d115c33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus/docs/dev-docs/configurations/middlewares.md
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ module.exports = [
{
name: 'strapi::session',
config: {
rolling: true
rolling: true,
renew: true
},
},
Expand All @@ -870,7 +870,7 @@ export default [
{
name: 'strapi::session',
config: {
rolling: true
rolling: true,
renew: true
},
},
Expand Down

0 comments on commit d115c33

Please sign in to comment.