This commit is contained in:
2025-10-05 19:05:17 +01:00
parent f21ee57632
commit dd4f508346

View File

@ -24,7 +24,7 @@ type BaseRequestParams = Partial<{
}>;
// export const base = "https://haystack.johncosta.tech";
export const base = "http://localhost:3040";
export const base = "http://john-desktop:3040";
const getBaseRequest = ({ path, body, method }: BaseRequestParams): Request => {
return new Request(`${base}/${path}`, {