Skip to content

Commit 5101f16

Browse files
authored
This worked locally, will it work in GC? Let's find out! (#19)
- Reduce base path
1 parent 1bbe630 commit 5101f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/api/ownerReducers.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Owner } from 'src/types/owner';
44

55
export const ownersApi = createApi({
66
baseQuery: fetchBaseQuery({
7-
baseUrl: 'http://petclinic-demogorgon.staging-service.nr-ops.net:8081/rest',
7+
baseUrl: '/rest',
88
prepareHeaders: (headers) => {
99
headers.set('Content-Type', 'application/json');
1010
return headers;

0 commit comments

Comments
 (0)