mirror of
https://github.com/WhaleFell/SMSBoom.git
synced 2026-04-25 19:20:49 +08:00
🐞 fix: 网页的bug
This commit is contained in:
@@ -56,6 +56,7 @@ def index():
|
||||
return render_template('admin.html')
|
||||
|
||||
@app.route("/testapi/", methods=['POST'])
|
||||
@logger.catch
|
||||
def testapi():
|
||||
brs = BaseResponse()
|
||||
# 需要传入 json 数据
|
||||
|
||||
Reference in New Issue
Block a user