Skip to content

Commit

Permalink
Update AppStreamLoader.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
followynne authored Sep 16, 2023
1 parent db3417c commit f4c552b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Serilog.Ui.Web/Endpoints/AppStreamLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ internal interface IAppStreamLoader

internal class AppStreamLoader : IAppStreamLoader
{
private const string AppManifest = "Serilog.Ui.Web.wwwroot.dist.index.html";
private const string AppManifest = "Serilog.Ui.Web.wwwroot.dist.index.html";

public Stream GetIndex() =>
typeof(AuthorizationOptions)
.Assembly
Expand Down

0 comments on commit f4c552b

Please sign in to comment.