Skip to content

Commit c67774f

Browse files
committed
Import session middleware.
1 parent a04bc08 commit c67774f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

starlette_plus/middleware/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@
1414
"""
1515

1616
from .ratelimiter import RatelimitMiddleware as RatelimitMiddleware
17+
from .sessions import SessionMiddleware as SessionMiddleware

0 commit comments

Comments
 (0)