app = Flask(__name__) app.config['JWT_SECRET_KEY'] = 'super-secret' jwt = JWTManager(app) @app.route('/login', methods=['POST'])
確定! 回上一頁