This commit is contained in:
2026-03-08 16:11:23 +01:00
parent 7ae824b6fd
commit 9030d1a8b0
10 changed files with 297 additions and 2 deletions

View File

@@ -3,7 +3,10 @@ using AipsCore.Infrastructure.Persistence.Db;
using AipsWebApi.Middleware;
using DotNetEnv;
Env.Load("../../.env");
if (File.Exists("../../.env"))
{
Env.Load("../../.env");
}
var builder = WebApplication.CreateBuilder(args);