mirror of
https://gitlab.fdmci.hva.nl/technische-informatica-sm3/ti-projectten/rooziinuubii79.git
synced 2025-08-04 12:24:57 +00:00
removed execute to test if page works
This commit is contained in:
@@ -62,7 +62,8 @@ def phpmyadmin_passthrough(path):
|
||||
@app.route("/database")
|
||||
def database():
|
||||
cur = mysql.connection.cursor()
|
||||
cur.execute("SELECT * FROM kobuki_data")
|
||||
# cur.execute("SELECT * FROM kobuki_data")
|
||||
return "hi",404
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.run(debug=True, port=5000)
|
||||
|
Reference in New Issue
Block a user