Changes
Build and Push Docker Images / build (push) Failing after 0s

This commit is contained in:
2026-05-08 14:09:58 +03:00
parent 51e668bf1d
commit c2896ce77b
6 changed files with 157 additions and 3 deletions
+1 -1
View File
@@ -7,6 +7,6 @@ namespace Api.Services.Contracts
Task SendContactAsync(ContactRequest req, CancellationToken ct);
Task SendSubscribeAsync(SubscribeRequest req, CancellationToken ct);
Task SendFileDownloadNotificationAsync(string fileName, string? userIp, CancellationToken ct);
Task SendMatchAsync(string? explicitTo, string subject, string body, CancellationToken ct);
Task SendMatchAsync(string? explicitTo, string subject, string body, string? attachmentPath, CancellationToken ct);
}
}