From 74929a805c2eefe5fbab745e4bda512280118793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20G=C3=B3recki?= Date: Sun, 14 Jan 2024 09:28:10 +0100 Subject: [PATCH] update workflow --- ui/src/api/client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/api/client.ts b/ui/src/api/client.ts index d8cf3fc5..77c3418f 100644 --- a/ui/src/api/client.ts +++ b/ui/src/api/client.ts @@ -1,7 +1,7 @@ import axios from 'axios'; const client = axios.create({ - baseURL: `http://localhost/api`, + baseURL: `/api`, headers: { // Accept: 'application/json', 'Content-Type': 'application/json',