Fix build and code structure improvements. New but essential UI functionality. CI improvements. Documentation improvements. AI module improvements.
This commit is contained in:
@@ -10,6 +10,7 @@ using OpenTelemetry.Trace;
|
||||
|
||||
using Serilog;
|
||||
using Serilog.Events;
|
||||
using StellaOps.AirGap.Policy;
|
||||
using StellaOps.Auth.Abstractions;
|
||||
using StellaOps.Auth.ServerIntegration;
|
||||
using StellaOps.Configuration;
|
||||
@@ -179,4 +180,3 @@ app.MapGet("/token", (
|
||||
.ProducesProblem(StatusCodes.Status403Forbidden);
|
||||
|
||||
app.Run();
|
||||
using StellaOps.AirGap.Policy;
|
||||
|
||||
Reference in New Issue
Block a user