Skip to content

Commit f0dba68

Browse files
committed
updated launchsettings
1 parent 8b384ab commit f0dba68

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

src/Api/Properties/launchSettings.json

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,14 @@
88
}
99
},
1010
"profiles": {
11-
"IIS Express": {
12-
"commandName": "IISExpress",
11+
"Xero.Demo.Api": {
12+
"commandName": "Project",
1313
"launchUrl": "swagger",
1414
"launchBrowser": true,
1515
"environmentVariables": {
1616
"ASPNETCORE_ENVIRONMENT": "Development"
1717
},
1818
"applicationUrl": "http://localhost:5000"
1919
}
20-
},
21-
"Xero.Demo.Api": {
22-
"commandName": "Project",
23-
"launchUrl": "swagger",
24-
"launchBrowser": true,
25-
"environmentVariables": {
26-
"ASPNETCORE_ENVIRONMENT": "Development"
27-
},
28-
"applicationUrl": "http://localhost:5000"
2920
}
30-
} }
21+
}

0 commit comments

Comments
 (0)