Skip to content

Commit

Permalink
add requireed middleware to appconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
elfjes committed Nov 5, 2024
1 parent 84b84fb commit 115806e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/argus_htmx/appconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
],
"middleware": {
"argus_htmx.middleware.LoginRequiredMiddleware": "end",
"argus_htmx.middleware.HtmxMessageMiddleware": "end",
},
},
{
Expand Down

0 comments on commit 115806e

Please sign in to comment.