This repository has been archived by the owner on Sep 17, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* disable cache on ie11, download files, dul link fixes * added expires header * configure proxy cache header * data owner review - dul download * DUOS public pages and changes on header and footer * Add validation endpoint * Fix YAML file (#117) * Minor fix on default route and warnings removal * ie tooltip and loop in stateChangeStart fix * Change yaml files * Add Dar POst Documentation * DUOS-132: Update config to use authenticated API
- Loading branch information
Showing
4 changed files
with
131 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
angular.module('ConsentConfiguration', []) | ||
.constant('apiUrl', "https://consent.dsde-consent-prod.broadinstitute.org/") | ||
.constant('apiUrl', "https://consent.dsde-consent-prod.broadinstitute.org/api/") | ||
.constant('ontologyApiUrl', "https://consent-ontology.dsde-consent-prod.broadinstitute.org/") | ||
.constant('clientId', "1019469328169-uk6592ph25b0nijc0nm7s2dss4qm2nbu.apps.googleusercontent.com") | ||
.constant('gwasUrl', "http://epi.grants.cancer.gov/dac/examples.html"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters