2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-05 08:59:27 +08:00

FEATURE: prompts new webhook events

This commit is contained in:
Erick Guan 2016-09-14 07:54:53 +08:00 committed by Guo Xiang Tan
parent 115461b395
commit 00d5facf36
9 changed files with 86 additions and 6 deletions

View file

@ -10,7 +10,6 @@ class AdminWebHookEventSerializer < ApplicationSerializer
:duration,
:created_at
def request_url
object.web_hook.payload_url
end