Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
apexdodge committed Dec 9, 2023
1 parent 87eedd1 commit 5e8af61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Raytha.Web/Program.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//Force build and push
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Hosting;
Expand All @@ -18,4 +19,4 @@ public static void Main(string[] args)
{
webBuilder.UseStartup<Startup>();
});
}
}

0 comments on commit 5e8af61

Please sign in to comment.