Skip to content

Commit 1c6d9df

Browse files
authored
Fix spacing in appsettings.json (#31775)
1 parent 874e6c1 commit 1c6d9df

File tree

1 file changed

+1
-1
lines changed
  • src/ProjectTemplates/Web.ProjectTemplates/content/ComponentsWebAssembly-CSharp/Server

1 file changed

+1
-1
lines changed

src/ProjectTemplates/Web.ProjectTemplates/content/ComponentsWebAssembly-CSharp/Server/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ For more info see https:////aka.ms/dotnet-template-ms-identity-platform
7171
// }
7272
// },
7373
////#endif
74-
"AllowedHosts": "*"
74+
"AllowedHosts": "*"
7575
}

0 commit comments

Comments
 (0)