Compare commits

..

No commits in common. "98d8263e3d766d132f5e12e0e712e700433d84d4" and "42c7a4d240fe9ba192f43832d3eef0844e61501d" have entirely different histories.

View File

@ -31,7 +31,7 @@ public class PushController : ControllerBase
[CustomOperation("푸시전송", "저장된 양식으로, 사용자에게 푸시를 전송한다.", "푸시")]
public async Task<IActionResult> SendPush(string deviceToken, string title, string body, int badge)
{
var keysFilePath = "/volume1/AcaMate/PROJECT/Application/Back/private/appleKeys.json";
var keysFilePath = "private/appleKeys.json";
var uri = "";
var p12FilePath = "";