mirror of
https://github.com/henry4682/linebot_finance.git
synced 2026-05-16 04:41:52 +00:00
feat: linbot
restruct the project
This commit is contained in:
9
app/Trading/Router.py
Normal file
9
app/Trading/Router.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from fastapi import APIRouter
|
||||
|
||||
router = APIRouter(prefix="/Trading")
|
||||
|
||||
|
||||
@router.get("/check-signals")
|
||||
async def check_signals():
|
||||
# TODO: 移植策略邏輯
|
||||
return {"status": "not_implemented"}
|
||||
Reference in New Issue
Block a user