Skip to content

Commit

Permalink
Added AGPLv3 requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Sigley committed Aug 4, 2023
1 parent 6f348bc commit dd17bc0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Imageflow.Server.Host/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
// Also, Imageflow Server makes good etags, no need to remove them

configurator.ConfigureApp(app, env);

app.UseImageflow(new ImageflowMiddlewareOptions()
.SetMapWebRoot(true)
.SetMyOpenSourceProjectUrl("https://github.com/msigley/imageflow-dotnet-server"));
}


Expand Down

0 comments on commit dd17bc0

Please sign in to comment.