first init
This commit is contained in:
9
core/routers/user/routes.py
Normal file
9
core/routers/user/routes.py
Normal file
@@ -0,0 +1,9 @@
|
||||
# -*- coding = utf-8 -*-
|
||||
# @Time : 2025/2/13 下午4:53
|
||||
# @File : routes.py
|
||||
# @Software : PyCharm
|
||||
# @Author : xingc
|
||||
# @Desc :
|
||||
from fastapi import APIRouter
|
||||
|
||||
user_router = APIRouter(prefix='/user', tags=['用户模块'])
|
||||
Reference in New Issue
Block a user