部分修改集体上传

This commit is contained in:
2026-03-24 14:24:08 +08:00
parent ed82f9f1ac
commit 98314cbfe3
5 changed files with 76 additions and 8 deletions

14
api/docs.py Normal file
View File

@@ -0,0 +1,14 @@
from flask import Blueprint
docs_api = Blueprint('/api/docs', __name__)
@docs_api.get("/")
def home():
return """
<br><br><h1>其实我最开始是想用fastapi的.....</h1>.....
<br>
<br>
查询日志
<br>
<a href="https://ww3.tw/api/s/get/logs/">https://ww3.tw/api/s/get/logs/</a>
"""