File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { Owner } from 'src/types/owner';
4
4
5
5
export const ownersApi = createApi ( {
6
6
baseQuery : fetchBaseQuery ( {
7
- baseUrl : 'http://localhost :8081/rest' ,
7
+ baseUrl : 'http://petclinic-demogorgon.staging-service.nr-ops.net :8081/rest' ,
8
8
prepareHeaders : ( headers ) => {
9
9
headers . set ( 'Content-Type' , 'application/json' ) ;
10
10
return headers ;
Original file line number Diff line number Diff line change
1
+ ---
2
+ version : gc/alpha1
3
+ kind : IngressDomain
4
+ spec :
5
+ domain : petclinic-demogorgon.staging-service.nr-ops.net
6
+ visibility : internal
7
+ target_environment : staging
8
+ routes :
9
+ - priority : 100
10
+ config :
11
+ matchOn :
12
+ path :
13
+ prefix : " /"
14
+ options :
15
+ timeout : 10s
16
+ cors :
17
+ enabled : true
18
+ csrf :
19
+ enabled : true
20
+ auth :
21
+ type : unauthenticated
You can’t perform that action at this time.
0 commit comments