Skip to content

Commit

Permalink
Used proper port for supply data
Browse files Browse the repository at this point in the history
  • Loading branch information
HariharanAnantharaman committed May 27, 2021
1 parent f39f66d commit b6199ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions devops/cloudendpoints/techowater_api_gateway-01.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
type: string
required: true
x-google-backend:
address: http://34.72.73.97:8088
address: http://34.72.73.97:8098
path_translation: APPEND_PATH_TO_ADDRESS
protocol: http/1.1
responses:
Expand All @@ -261,7 +261,7 @@
type: string
required: true
x-google-backend:
address: http://34.72.73.97:8088
address: http://34.72.73.97:8098
path_translation: APPEND_PATH_TO_ADDRESS
protocol: http/1.1
responses:
Expand All @@ -280,7 +280,7 @@
type: string
required: true
x-google-backend:
address: http://34.72.73.97:8088
address: http://34.72.73.97:8098
path_translation: APPEND_PATH_TO_ADDRESS
protocol: http/1.1
responses:
Expand All @@ -294,7 +294,7 @@
summary: Supply-for-Meter-Overall
operationId: Supply For Meter Data Overall
x-google-backend:
address: http://34.72.73.97:8088
address: http://34.72.73.97:8098
path_translation: APPEND_PATH_TO_ADDRESS
protocol: http/1.1
responses:
Expand Down

0 comments on commit b6199ee

Please sign in to comment.