Merge pull request #1887 from BTDevelop/patch-1

basket api local port mistake fixed
This commit is contained in:
Tarun Jain 2022-04-05 16:58:42 +05:30 committed by GitHub
commit e9f53d2c69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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",