Archived
Private
Public Access
1
0

Added substitution date + default courses

This commit is contained in:
2023-05-01 12:54:05 +02:00
parent 0d83e9d75e
commit e55cbfe4c6
11 changed files with 98 additions and 6 deletions

View File

@@ -1,3 +1,5 @@
using PuppeteerSharp;
var builder = WebApplication.CreateBuilder(args);
// Add services to the container.
@@ -18,6 +20,8 @@ var app = builder.Build();
// Configure the HTTP request pipeline.
if (app.Environment.IsDevelopment()) {
await new BrowserFetcher().DownloadAsync(BrowserFetcher.DefaultChromiumRevision);
app.UseSwagger();
app.UseSwaggerUI();
}