mirror of
https://gitlab.fdmci.hva.nl/technische-informatica-sm3/ti-projectten/rooziinuubii79.git
synced 2025-08-04 12:24:57 +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
|
||||
return "", 404
|
||||
|
||||
@app.route("/index")
|
||||
def index():
|
||||
@app.route("/database")
|
||||
def database():
|
||||
return "Connected to database"
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
Reference in New Issue
Block a user