Why MySql connection not working on Flask Python API

前端 未结 0 1110
礼貌的吻别
礼貌的吻别 2020-12-29 05:45

I was using sqlite however moved to MySqL

Sqlite code that worked:

@app.route(\'/api/v1/users/user\', methods=[\'GET\'])
def api_filter():
    query_pa         


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