feat: add fs-backend service
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
"""
|
||||
包初始化文件
|
||||
"""
|
||||
from app.core.config import settings
|
||||
from app.routers.fs import router as fs_router
|
||||
|
||||
__all__ = ["settings", "fs_router"]
|
||||
Reference in New Issue
Block a user