from flask import Flask application = Flask(__name__) @application.route('/') def hello_world(): return 'Hello, World!' The gunicorn command is this one:
確定! 回上一頁