The requested URL was not found on the server with Flask

后端 未结 0 678
生来不讨喜
生来不讨喜 2020-12-02 05:09

I am new at using flask, and when I try a simple code as:

from flask import Flask, request, jsonify

app=Flask(__name__)
@app.route(\'/hello\')
def hello():
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题