Skip to content

Commit

Permalink
edit: json apigateway
Browse files Browse the repository at this point in the history
  • Loading branch information
DracoGilga committed Jun 22, 2024
1 parent c29917f commit c00a041
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
4 changes: 2 additions & 2 deletions ApiCategory/ApiCategory.http
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//@ApiCategory_HostAddress = http://localhost:5004
@ApiCategory_HostAddress = https://apispiderwatchercategory.azurewebsites.net
@ApiCategory_HostAddress = http://localhost:5004
//@ApiCategory_HostAddress = https://apispiderwatchercategory.azurewebsites.net

GET {{ApiCategory_HostAddress}}/weatherforecast/
Accept: application/json
Expand Down
4 changes: 2 additions & 2 deletions ApiContent/ApiContent.http
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//@Api_HostAddress = http://localhost:5002
@ApiContent_HostAddress = https://apispiderwatchercontent.azurewebsites.net
@Api_HostAddress = http://localhost:5002
//@ApiContent_HostAddress = https://apispiderwatchercontent.azurewebsites.net

GET {{ApiContent_HostAddress}}/weatherforecast/
Accept: application/json
Expand Down
4 changes: 1 addition & 3 deletions ApiGateway/ApiGateway.http
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
//@ApiGateway_HostAddress = http://localhost:8088
@ApiGateway_HostAddress = https://apigatewaysw.azurewebsites.net

@ApiGateway_HostAddress = http://localhost:8088

GET {{ApiGateway_HostAddress}}/weatherforecast/
Accept: application/json
Expand Down
4 changes: 2 additions & 2 deletions ApiUser/ApiUser.http
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//@ApiUser_HostAddress =http://localhost:5001
@ApiUser_HostAddress = https://apispiderwatcheruser.azurewebsites.net
@ApiUser_HostAddress =http://localhost:5001
//@ApiUser_HostAddress = https://apispiderwatcheruser.azurewebsites.net

GET {{ApiUser_HostAddress}}/weatherforecast/
Accept: application/json
Expand Down

0 comments on commit c00a041

Please sign in to comment.