Compare commits

...

2 Commits

Author SHA1 Message Date
910e9cfadf Merge pull request '[🐛] 3차 푸시 확인' (#8) from seonkyu.kim/AcaMate_API:main into debug
All checks were successful
Back/pipeline/head This commit looks good
Reviewed-on: https://git.ipstein.myds.me/AcaMate/AcaMate_API/pulls/8
2024-11-29 17:31:32 +00:00
39beefcd37 [🐛] 3차 푸시 확인
Signed-off-by: seonkyu.kim <sean.kk@daum.net>
2024-11-30 02:30:43 +09:00
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ public class PushController : ControllerBase
}
var apnsTopic = "me.myds.ipstien.acamate.AcaMate";
Console.WriteLine($"{uri} || {p12FilePath}");
var pushService = new PushServiceWithP12(keysFilePath, p12FilePath, apnsTopic);
// 푸시 알림 전송