mirror of
https://gitlab.fdmci.hva.nl/technische-informatica-sm3/ti-projectten/rooziinuubii79.git
synced 2025-08-03 20:04:58 +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")
|
@app.route("/database")
|
||||||
def database():
|
def database():
|
||||||
cur = mysql.connection.cursor()
|
cur = mysql.connection.cursor()
|
||||||
cur.execute("SELECT * FROM kobuki_data")
|
# cur.execute("SELECT * FROM kobuki_data")
|
||||||
|
return "hi",404
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
app.run(debug=True, port=5000)
|
app.run(debug=True, port=5000)
|
||||||
|
Reference in New Issue
Block a user