From a5e1cbc347519cae284d5ede516798fcc0f63774 Mon Sep 17 00:00:00 2001 From: "seonkyu.kim" Date: Sat, 30 Nov 2024 11:18:59 +0900 Subject: [PATCH] =?UTF-8?q?[=F0=9F=90=9B]=207=EC=B0=A8=20=ED=91=B8?= =?UTF-8?q?=EC=8B=9C=20=ED=99=95=EC=9D=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: seonkyu.kim --- Program/V1/Controllers/PushController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program/V1/Controllers/PushController.cs b/Program/V1/Controllers/PushController.cs index 19cc1eb..8cdeeb6 100644 --- a/Program/V1/Controllers/PushController.cs +++ b/Program/V1/Controllers/PushController.cs @@ -31,7 +31,7 @@ public class PushController : ControllerBase [CustomOperation("푸시전송", "저장된 양식으로, 사용자에게 푸시를 전송한다.", "푸시")] public async Task SendPush(string deviceToken, string title, string body, int badge) { - var keysFilePath = "private/appleKeys.json"; + var keysFilePath = "/volume1/AcaMate/PROJECT/Application/Back/private/appleKeys.json"; var uri = ""; var p12FilePath = ""; -- 2.45.1