app = Flask(__name__). @app.route("/"). def check_app():. # returns a simple string stating the app is working. return Response("It works!"), 200.
確定! 回上一頁