up
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user