提供基本前后端骨架
This commit is contained in:
6
app/api/v1/endpoints/admin/__init__.py
Normal file
6
app/api/v1/endpoints/admin/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""管理员 API 端点"""
|
||||
|
||||
from app.api.v1.endpoints.admin import redeem_codes
|
||||
|
||||
__all__ = ["redeem_codes"]
|
||||
|
||||
Reference in New Issue
Block a user