mirror of
https://gitlab.fdmci.hva.nl/technische-informatica-sm3/ti-projectten/rooziinuubii79.git
synced 2025-08-03 20:04:58 +00:00
rename index route to database and update response message
This commit is contained in:
@@ -60,8 +60,8 @@ def phpmyadmin_passthrough(path):
|
|||||||
# Laat Apache deze route direct afhandelen
|
# Laat Apache deze route direct afhandelen
|
||||||
return "", 404
|
return "", 404
|
||||||
|
|
||||||
@app.route("/index")
|
@app.route("/database")
|
||||||
def index():
|
def database():
|
||||||
return "Connected to database"
|
return "Connected to database"
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
Reference in New Issue
Block a user