添加gitea oauth2回调接口

This commit is contained in:
San Liy 2023-12-18 23:46:25 +08:00
parent 6cc45eff8c
commit c3c7d1cbfc

View File

@ -62,6 +62,12 @@ async def receive(rqt: Request):
return text(rsp)
@app.get('/redirect')
async def redirect(rqt: Request):
print(rqt.args)
return text('success')
"""
以下为QQ监听部分
"""