Skip to content

Commit

Permalink
FIxed url
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrotsko committed Feb 19, 2025
1 parent ac62839 commit 2937212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/js/signal_sets.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ function previewData() {
var geoValues = geographicValues[geoType].map((el) => (typeof el.id === 'string') ? el.id.toLowerCase() : el.id).join(",");
$('#loader').show();
var request = $.ajax({
url: "/epidata/covidcast/",
url: "epidata/covidcast/",
type: 'GET',
async: true,
data: {
Expand Down

0 comments on commit 2937212

Please sign in to comment.