Skip to content

Commit

Permalink
Move logger middleware to 1st position
Browse files Browse the repository at this point in the history
  • Loading branch information
clementprdhomme committed Aug 14, 2024
1 parent 2d00083 commit e51df8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/config/middlewares.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
export default [
'strapi::logger',
'strapi::errors',
'strapi::security',
'strapi::cors',
'strapi::poweredBy',
'strapi::logger',
'strapi::query',
{
name: 'strapi::body',
Expand Down

0 comments on commit e51df8d

Please sign in to comment.