Skip to content

Commit

Permalink
Reference resource server name from config
Browse files Browse the repository at this point in the history
  • Loading branch information
jaswilli committed Aug 29, 2018
1 parent a6dc6c8 commit 75d7882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def doit():
transfer_token = dependent_tokens.by_resource_server[
'transfer.api.globus.org']['access_token']
http_token = dependent_tokens.by_resource_server[
'60a0c6af-3f73-453c-afbe-c8504fc428b6']['access_token']
app.config['GRAPH_ENDPOINT_ID']]['access_token']

selected_ids = request.form.getlist('datasets')
selected_year = request.form.get('year')
Expand Down

0 comments on commit 75d7882

Please sign in to comment.