From d1ebe8379ea079bba8288aae4cbf3cf2caf3efe3 Mon Sep 17 00:00:00 2001 From: Joppe Koers Date: Sun, 7 Apr 2024 23:39:39 +0200 Subject: [PATCH] f --- frontend/tests/test.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/tests/test.spec.ts b/frontend/tests/test.spec.ts index 5ef2495..ea04c1c 100644 --- a/frontend/tests/test.spec.ts +++ b/frontend/tests/test.spec.ts @@ -10,7 +10,7 @@ type Pixel = { key: 'joppe' } -const root = 'http://127.0.0.1:5173' +const root = 'http://localhost:5173' async function putPixel(pixel: Pixel): Promise { try { const resp = await fetch(`${root}/api/single`, {