diff --git a/client/src/api/ownerReducers.tsx b/client/src/api/ownerReducers.tsx index c4d3596..1ef1ffd 100644 --- a/client/src/api/ownerReducers.tsx +++ b/client/src/api/ownerReducers.tsx @@ -4,7 +4,7 @@ import { Owner } from 'src/types/owner'; export const ownersApi = createApi({ baseQuery: fetchBaseQuery({ - baseUrl: 'http://petclinic-demogorgon.staging-service.nr-ops.net:8081/rest', + baseUrl: '/rest', prepareHeaders: (headers) => { headers.set('Content-Type', 'application/json'); return headers;