We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4e2903 + 7371b50 commit 064beecCopy full SHA for 064beec
server/parser/AirspaceGeoJson.js
@@ -21,7 +21,7 @@ const useProd = process.argv[6];
21
const devUrl = "http://localhost:3000/api";
22
const prodUrl = "https://xccup.net/api";
23
24
-const BLACKLIST_NAMES = ["EDGG", "FIS LANGEN", "AREA"];
+// const BLACKLIST_NAMES = ["EDGG", "FIS LANGEN", "AREA"];
25
26
const targetUrl = useProd === "true" ? prodUrl : devUrl;
27
0 commit comments