Fetching the location from API changed to proxy
[osm/NG-UI.git] / proxy.conf.json
index e6a63c6..40b53f6 100644 (file)
@@ -3,5 +3,10 @@
         "target": "https://nbi:9999",
         "secure": false,
         "logLevel": "info"
+    },
+    "/api/*": {
+        "target": "https://photon.komoot.de",
+        "secure": false,
+        "logLevel": "info"
     }
 }
\ No newline at end of file