Skip to content

Commit

Permalink
Merge pull request ardalis#58 from Rahtgaz/fix-launchsettings
Browse files Browse the repository at this point in the history
Fix launchSettings.json parsing error
  • Loading branch information
ardalis authored Apr 20, 2023
2 parents 31357a7 + 11ad3af commit d8926e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"anonymousAuthentication": true
},
"profiles": {
"ClinicManagement.Blazor": {
Expand Down
2 changes: 1 addition & 1 deletion FrontDesk/src/FrontDesk.Api/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"anonymousAuthentication": true
},
"profiles": {
"FrontDesk.Api": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"anonymousAuthentication": true
},
"profiles": {
"FrontDesk.Blazor": {
Expand Down

0 comments on commit d8926e0

Please sign in to comment.