Spaces:
Sleeping
Sleeping
rogerxavier
commited on
Commit
•
6b6dcf6
1
Parent(s):
610ae48
Update server/notify.py
Browse files- server/notify.py +0 -2
server/notify.py
CHANGED
@@ -7,8 +7,6 @@ from .dao import tableStore
|
|
7 |
|
8 |
router = APIRouter()
|
9 |
#afdian的回调是post huggingfaceb不知道抽什么风只能二级路由
|
10 |
-
@router.get('/uu')
|
11 |
-
@router.post('/uu')
|
12 |
@router.get('/uu/')
|
13 |
@router.post('/uu/')
|
14 |
async def update_balance(afdianHookjson: AfdianHookJson):
|
|
|
7 |
|
8 |
router = APIRouter()
|
9 |
#afdian的回调是post huggingfaceb不知道抽什么风只能二级路由
|
|
|
|
|
10 |
@router.get('/uu/')
|
11 |
@router.post('/uu/')
|
12 |
async def update_balance(afdianHookjson: AfdianHookJson):
|