Skip to content
Snippets Groups Projects
Commit b80af8bb authored by Zainab Almeshari's avatar Zainab Almeshari
Browse files

Merge branch '25-adding-a-basic-locations-template-route' into 'development'

Updating route name.

Closes #25

See merge request !57
parents db61bc92 273502b5
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