Initial commit: BtToxin Pipeline project structure
This commit is contained in:
8
backend/app/api/v1/upload.py
Normal file
8
backend/app/api/v1/upload.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""文件上传 API"""
|
||||
from fastapi import APIRouter
|
||||
|
||||
router = APIRouter()
|
||||
|
||||
@router.get("/")
|
||||
async def upload_info():
|
||||
return {"message": "Upload endpoint"}
|
||||
Reference in New Issue
Block a user