This commit is contained in:
StellaOps Bot
2025-12-11 08:20:04 +02:00
parent 49922dff5a
commit b8b493913a
82 changed files with 14053 additions and 1705 deletions

View File

@@ -428,6 +428,7 @@ app.MapPost("/api/v1/notify/pack-approvals/{packId}/ack", async (
// Templates API (NOTIFY-SVC-38-003 / 38-004)
// =============================================
#if false
app.MapGet("/api/v2/notify/templates", async (
HttpContext context,
WorkerTemplateService templateService,
@@ -723,6 +724,7 @@ app.MapDelete("/api/v2/notify/rules/{ruleId}", async (
return Results.NoContent();
});
#endif
// =============================================
// Channels API (NOTIFY-SVC-38-004)