how to flask redirect sub-url when using nginx proxy_pass

后端 未结 0 383
悲哀的现实
悲哀的现实 2020-12-31 13:57

with flask app.py:

@app.route(\'/\', methods=["GET"])
def home():
      return \'home\'


@app.route(\'/input\', methods=["GET", "POS         


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