Skip to content

Commit 5f84d67

Browse files
committed
fix: plugin import
1 parent badcb30 commit 5f84d67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from .allowed_hosts import AllowedHostsPlugin
2-
from .cors import CorsPlugin
2+
from .cors import CORSPlugin
33

44
__all__ = [
55
"AllowedHostsPlugin",
6-
"CorsPlugin",
6+
"CORSPlugin",
77
]

0 commit comments

Comments
 (0)