fix: Resolve backend build errors - add RootNamespace, OutputType, GlobalUsings, and code analysis settings
This commit is contained in:
@@ -9,7 +9,7 @@ public sealed class Endpoint : EndpointWithoutRequest<Response>
|
||||
{
|
||||
Get("/internal/v1/model-operations/plan");
|
||||
Roles("Quant", "Risk", "System", "Auditor");
|
||||
Description(x => x.WithTags("ModelOperations"));
|
||||
Tags("ModelOperations");
|
||||
}
|
||||
|
||||
public override Task HandleAsync(CancellationToken ct)
|
||||
|
||||
Reference in New Issue
Block a user