Merge branch 'refactor/backend-architecture' into development
This commit is contained in:
5
api/app/features/memory/router.py
Normal file
5
api/app/features/memory/router.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""Memory management API — 二期扩展位,一期以内部 MemoryService 为主。"""
|
||||
|
||||
from fastapi import APIRouter
|
||||
|
||||
router = APIRouter(prefix="/api/memory", tags=["memory"], include_in_schema=False)
|
||||
Reference in New Issue
Block a user