Browse Source

Merge pull request #1887 from BTDevelop/patch-1

basket api local port mistake fixed
pull/1882/merge
Tarun Jain 2 years ago
committed by GitHub
parent
commit
e9f53d2c69
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/ApiGateways/Web.Bff.Shopping/aggregator/appsettings.localhost.json

+ 1
- 1
src/ApiGateways/Web.Bff.Shopping/aggregator/appsettings.localhost.json View File

@ -1,6 +1,6 @@
{
"urls": {
"basket": "http://localhost:55105",
"basket": "http://localhost:55103",
"catalog": "http://localhost:55101",
"orders": "http://localhost:55102",
"identity": "http://localhost:55105",


Loading…
Cancel
Save