From 0a69a6a8cbdb0c96b876b61a65ede30614fc8de8 Mon Sep 17 00:00:00 2001 From: Donovan Daniels Date: Fri, 7 Jun 2024 10:14:46 -0500 Subject: [PATCH] Add logging to yapi2 index --- app/controllers/yiff_rest/api_v2_controller.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/controllers/yiff_rest/api_v2_controller.rb b/app/controllers/yiff_rest/api_v2_controller.rb index 9c23bc1..6d55977 100644 --- a/app/controllers/yiff_rest/api_v2_controller.rb +++ b/app/controllers/yiff_rest/api_v2_controller.rb @@ -38,6 +38,8 @@ module YiffRest end end + execute_webhook(category) + render(json: { "$schema": "https://schema.yiff.rest/V2.json", images: images,