Skip to content

Commit

Permalink
revert commenting out '10.0.2.2' downloadURL
Browse files Browse the repository at this point in the history
I had this change locally and did not mean to commit it
  • Loading branch information
JGreenlee committed Oct 14, 2024
1 parent cb37e69 commit ac7da38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/js/config/dynamicConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ async function fetchConfig(studyLabel: string, alreadyTriedLocal?: boolean) {
logDebug('Running in dev environment, checking for locally hosted config');
try {
if (window['cordova'].platformId == 'android') {
// downloadURL = `http://10.0.2.2:9090/configs/${studyLabel}.nrel-op.json`;
downloadURL = `http://10.0.2.2:9090/configs/${studyLabel}.nrel-op.json`;
} else {
downloadURL = `http://localhost:9090/configs/${studyLabel}.nrel-op.json`;
}
Expand Down

0 comments on commit ac7da38

Please sign in to comment.