feat(storage): expose a path to access local storage
This commit is contained in:
@@ -4,6 +4,7 @@ from app.signalr import signalr_router as signalr_router
|
||||
|
||||
from .auth import router as auth_router
|
||||
from .fetcher import fetcher_router as fetcher_router
|
||||
from .file import file_router as file_router
|
||||
from .private import private_router as private_router
|
||||
from .v2.router import router as api_v2_router
|
||||
|
||||
@@ -11,6 +12,7 @@ __all__ = [
|
||||
"api_v2_router",
|
||||
"auth_router",
|
||||
"fetcher_router",
|
||||
"file_router",
|
||||
"private_router",
|
||||
"signalr_router",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user