Skip to content

Commit a335684

Browse files
authored
Merge pull request #111 from cmu-delphi/development
FIxed url
2 parents 3925006 + 2937212 commit a335684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assets/js/signal_sets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ function previewData() {
275275
var geoValues = geographicValues[geoType].map((el) => (typeof el.id === 'string') ? el.id.toLowerCase() : el.id).join(",");
276276
$('#loader').show();
277277
var request = $.ajax({
278-
url: "/epidata/covidcast/",
278+
url: "epidata/covidcast/",
279279
type: 'GET',
280280
async: true,
281281
data: {

0 commit comments

Comments
 (0)