Exemplo n.º 1
0
        public async Task <IActionResult> Push([FromBody] PushWebhook pushWebhook)
        {
            await _webhookService.ProcessPushWebhook(pushWebhook);

            return(Ok());
        }