Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterofSoftware committed Oct 29, 2023
1 parent e608726 commit cb4b52e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def calculations():
originCoordinates, coopLocations = getCoopLocations(location, 10, time_filter=False)
calculationDatas = getAllRoutes("driving-car", coopLocations, originCoordinates)
return jsonify(calculationDatas)

# location = request.args.get('location')
# filter_value = request.args.get('filter')

Expand Down

0 comments on commit cb4b52e

Please sign in to comment.