Skip to content

Commit

Permalink
fix key
Browse files Browse the repository at this point in the history
  • Loading branch information
tsolakoua committed Jan 31, 2023
1 parent 8072096 commit 2f6884a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amadeus_demo/map/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def hotels_map(request):
hotels = search_hotels('SFO')
HERE_API_KEY = os.environ.get('HERE_API_KEY')
return render(request, 'map/map.html', {'hotels': json.dumps(hotels),
'here_api_key': 'HERE_API_KEY'
'here_api_key': HERE_API_KEY
})


Expand Down

0 comments on commit 2f6884a

Please sign in to comment.