diff --git a/src/renderer/src/api/ors.ts b/src/renderer/src/api/ors.ts index 1832d95..2ce1f86 100644 --- a/src/renderer/src/api/ors.ts +++ b/src/renderer/src/api/ors.ts @@ -104,7 +104,7 @@ export async function fetchIsochrones( try { response = await fetch(`${VALHALLA_BASE}/isochrone`, { method: 'POST', - headers: { 'Content-Type': 'application/json' }, + headers: { 'Content-Type': 'application/json', 'Connection': 'close' }, body, signal: abortController.signal })