Skip to content

Commit

Permalink
Use ingressdomain
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinAllen committed Oct 28, 2024
1 parent f8d4b3b commit d12712e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/api/ownerReducers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Owner } from 'src/types/owner';

export const ownersApi = createApi({
baseQuery: fetchBaseQuery({
baseUrl: 'http://localhost:8081/rest',
baseUrl: 'http://petclinic-demogorgon.staging-service.nr-ops.net:8081/rest',
prepareHeaders: (headers) => {
headers.set('Content-Type', 'application/json');
return headers;
Expand Down

0 comments on commit d12712e

Please sign in to comment.