mirror of
https://git.mirrors.martin98.com/https://github.com/cilame/v_jstools
synced 2025-08-14 18:05:55 +08:00
add
This commit is contained in:
parent
794119388c
commit
97bd06a884
@ -93,7 +93,7 @@ import threading
|
||||
from urllib.parse import unquote
|
||||
from flask import Flask, request
|
||||
app = Flask(__name__)
|
||||
@app.route('/', methods=['GET'])
|
||||
@app.route('/getinfo', methods=['GET'])
|
||||
def main():
|
||||
try:
|
||||
info = json.dumps(dict(request.args))
|
||||
|
Loading…
x
Reference in New Issue
Block a user