We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9a0790 commit ac62839Copy full SHA for ac62839
src/assets/js/signal_sets.js
@@ -18,7 +18,7 @@ function showWarningAlert(warningMessage, slideUpTime = 2000) {
18
function checkGeoCoverage(geoType, geoValue) {
19
var notCoveredSignals = [];
20
$.ajax({
21
- url: "/epidata/covidcast/geo_coverage/",
+ url: "epidata/covidcast/geo_coverage/",
22
type: 'GET',
23
async: false,
24
data: {
0 commit comments