Merge pull request '[🐛] 7차 푸시 확인' (#12) from seonkyu.kim/AcaMate_API:main into debug
All checks were successful
Back/pipeline/head This commit looks good
All checks were successful
Back/pipeline/head This commit looks good
Reviewed-on: https://git.ipstein.myds.me/AcaMate/AcaMate_API/pulls/12
This commit is contained in:
commit
98d8263e3d
|
@ -31,7 +31,7 @@ public class PushController : ControllerBase
|
|||
[CustomOperation("푸시전송", "저장된 양식으로, 사용자에게 푸시를 전송한다.", "푸시")]
|
||||
public async Task<IActionResult> 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 = "";
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user