Skip to content

Commit

Permalink
Added new classes to the web module's config.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
Relintai committed Dec 10, 2024
1 parent 1788749 commit 323016f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/web/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ def get_doc_classes():

"HTTPServerEnums",
"WebServerCookie",
"CSRFTokenWebServerMiddleware",
"HTTPSession",
"HTTPSessionManager",
"SessionSetupWebServerMiddleware",
Expand All @@ -28,6 +27,9 @@ def get_doc_classes():
"WebServerRequest",
"WebServerRequestScriptable",

"CSRFTokenWebServerMiddleware",
"LocaleSetupWebServerMiddleware",

#"HTTPParser",
#"HTTPWriter",

Expand Down Expand Up @@ -57,6 +59,7 @@ def get_doc_classes():

"HTMLTemplate",
"HTMLTemplateData",
"HTMLTemplateMultilang",

"BBCodeParserAttribute",
"BBCodeParserTag",
Expand Down

0 comments on commit 323016f

Please sign in to comment.