Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric authored Jan 18, 2024
1 parent eab87c2 commit 3517f51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Program.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using NorthwindAuto;
using ServiceStack;

ServiceStack.Licensing.RegisterLicense("OSS BSD-3-Clause 2023 https://github.com/NetCoreApps/NorthwindAuto C623PT+qbRoeQ8S1/gJ2WpGY+8O/Rh97xyFx3RmIorDOGrKaW7fTbn9IBNlFkTbGzj1x/U6Pq/sPzIboSZazlJCSg9s+HNUop0SnhvN91Zm/STnw+G9E8JF79IOaxM1a0DCKAUrYnysyLAB3vcPJTDe+L60tlHhj9edz3kdEo3w=");
ServiceStack.Licensing.RegisterLicense("OSS GPL-3.0 2024 https://github.com/NetCoreApps/NorthwindAuto wb4gnw/OgTgjDjG09jaZ2Xgy5AY3FqulMcWLt/w2TClZyGJ33DybS4lz+tmY9hq39RxX4RdCD2OZ4UWEk0iRXLozVi4bC8x2DDe/BFHGHkcGk+W+4VW02UolgxHHjRNdCP05kM8DlwlzgX2lyI654QlCdLOHZCERvm/iwyLlwpw=");

var builder = WebApplication.CreateBuilder(args);

Expand Down Expand Up @@ -35,4 +35,4 @@
options.MapEndpoints();
});

app.Run();
app.Run();

0 comments on commit 3517f51

Please sign in to comment.