We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent badcb30 commit 5f84d67Copy full SHA for 5f84d67
webspark/contrib/plugins/__init__.py
@@ -1,7 +1,7 @@
1
from .allowed_hosts import AllowedHostsPlugin
2
-from .cors import CorsPlugin
+from .cors import CORSPlugin
3
4
__all__ = [
5
"AllowedHostsPlugin",
6
- "CorsPlugin",
+ "CORSPlugin",
7
]
0 commit comments