Skip to content

Commit

Permalink
remove baseurl from hcm and hcp
Browse files Browse the repository at this point in the history
  • Loading branch information
thomedw committed Apr 19, 2024
1 parent be94300 commit d9b953e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ export const environment = {
hcm: {
appKey: "29765272",
appSecret: "TQQN1wGxFY1J8I1NHfoz",
baseUrl: "https://192.168.253.81:443",
baseUrl: "/hcm",
},
hcp: {
appKey: "21078063",
appSecret: "VLb5HhLwF1ZSRYEQCPWz",
baseUrl: "https://192.168.253.83:443",
baseUrl: "/hcp",
},
},
serverBaseUrl: "https://api-ai.banyuwangikab.go.id",
Expand Down

0 comments on commit d9b953e

Please sign in to comment.