Spaces:
Running
Running
rogerxavier
commited on
Commit
•
7f4c5ee
1
Parent(s):
29e1c17
Update server/api.py
Browse files- server/api.py +1 -1
server/api.py
CHANGED
@@ -34,7 +34,7 @@ async def read_root() -> dict:
|
|
34 |
|
35 |
# 全局路由
|
36 |
app.include_router(accountManagerRouter,prefix='/accountManager')
|
37 |
-
app.include_router(NotifyRouter, prefix='
|
38 |
if __name__ == '__main__':
|
39 |
print(config['notify'])
|
40 |
|
|
|
34 |
|
35 |
# 全局路由
|
36 |
app.include_router(accountManagerRouter,prefix='/accountManager')
|
37 |
+
app.include_router(NotifyRouter, prefix=config['notify']) # https://hook.pixiv.digital/uu接受回调
|
38 |
if __name__ == '__main__':
|
39 |
print(config['notify'])
|
40 |
|