Skip to content

Commit 998e66a

Browse files
Fix MarketingUrl Port on AppSettings
1 parent 7d8c21f commit 998e66a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Web/WebSPA/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"IdentityUrl": "http://localhost:5105",
3-
"MarketingUrl": "http://localhost:5110",
3+
"MarketingUrl": "http://localhost:5203",
44
"CallBackUrl": "http://localhost:5104/",
55
"PurchaseUrl": "http://localhost:5202",
66
"PurchaseUrlHC": "http://localhost:5202/hc",

0 commit comments

Comments
 (0)