Browse Source

basket api local port mistake fixed

pull/1887/head
Burak Tahtacıoğlu 2 years ago
committed by GitHub
parent
commit
e378d757a5
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": { "urls": {
"basket": "http://localhost:55105",
"basket": "http://localhost:55103",
"catalog": "http://localhost:55101", "catalog": "http://localhost:55101",
"orders": "http://localhost:55102", "orders": "http://localhost:55102",
"identity": "http://localhost:55105", "identity": "http://localhost:55105",


Loading…
Cancel
Save