Skip to content

Commit fecccfb

Browse files
committed
update demo urls
1 parent 284f130 commit fecccfb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

demo/app.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
tables: tables
125125
}
126126
};
127-
baseUrl = ("http://54.153.51.234:9001/") || (window.location.protocol + "//" + window.location.host);
127+
baseUrl = ("http://fhirbase-demo.aidbox.io/") || (window.location.protocol + "//" + window.location.host);
128128
$scope.sql = 'SELECT 1';
129129
$scope.trigerState = function(st) {
130130
if ($scope.rightPane === st) {
@@ -47021,4 +47021,4 @@
4702147021

4702247022
/***/ }
4702347023

47024-
/******/ });
47024+
/******/ });

demo/tutor.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134

135135
app.run(function($rootScope, $window, $document, $location, $timeout, $http) {
136136
var baseUrl, codemirrorExtraKeys, query, tables;
137-
baseUrl = ("http://54.153.51.234:9001/") || (window.location.protocol + "//" + window.location.host);
137+
baseUrl = ("http://fhirbase-demo.aidbox.io/") || (window.location.protocol + "//" + window.location.host);
138138
codemirrorExtraKeys = window.CodeMirror.normalizeKeyMap({
139139
"Ctrl-Space": "autocomplete"
140140
});
@@ -47740,4 +47740,4 @@
4774047740

4774147741
/***/ }
4774247742

47743-
/******/ });
47743+
/******/ });

0 commit comments

Comments
 (0)