Skip to content
Snippets Groups Projects
Commit 273502b5 authored by Liam Driscoll's avatar Liam Driscoll
Browse files

Updating route name.

parent ad84640c
No related branches found
No related tags found
1 merge request!57Updating route name.
......@@ -28,7 +28,7 @@ def returnManageCoworkingSpaces():
if (request.method == 'GET'):
return render_template("Manage_Coworking_Spaces.html")
@app.route("/ListLocations", methods=['GET'])
@app.route("/Locations", methods=['GET'])
def returnListLocations():
if (request.method =='GET'):
conn = connect_db()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment