|
|
@@ -15,7 +15,7 @@ def forward_get_as_post():
|
|
|
del data["key"]
|
|
|
|
|
|
# Forward as POST request with JSON body
|
|
|
- target_url = f"http://reitti:8888/api/v1/ingest/owntracks?{urlencode(api_key_q)}"
|
|
|
+ target_url = f"http://reitti:8080/api/v1/ingest/owntracks?{urlencode(api_key_q)}"
|
|
|
response = requests.post(target_url, json=data)
|
|
|
|
|
|
return jsonify(
|