···100100/**
101101 * The client used to make API requests to the backend.
102102 */
103103-export const client = createClient<CaughtPaths>({ baseUrl: "./" });
103103+export const client = createClient<CaughtPaths>({ baseUrl: "/" });
104104client.use(middleware);
105105106106/**