Skip to content

Commit

Permalink
update datamart api url
Browse files Browse the repository at this point in the history
  • Loading branch information
saggu committed Aug 25, 2020
1 parent 7099d4f commit 76f5aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class AppConfig:

DEFAULT_SPARQL_ENDPOINT = 'https://dsbox02.isi.edu:8888/bigdata/namespace/wdq/sparql'
GOOGLE_CLIENT_ID = '552769010846-tpv08vhddblg96b42nh6ltg36j41pln1.apps.googleusercontent.com'
DATAMART_API_ENDPOINT = 'http://localhost:14080'
DATAMART_API_ENDPOINT = 'https://datamart:[email protected]:8888/datamart-api-wm'

#############SQL STUFF

Expand Down

0 comments on commit 76f5aae

Please sign in to comment.