Merge commit '2b11376411' into kb_migration

This commit is contained in:
KMY 2023-04-01 18:05:22 +09:00
commit ceec3a92cd
336 changed files with 4018 additions and 2492 deletions

View file

@ -7,6 +7,8 @@ class REST::Admin::WebhookEventSerializer < ActiveModel::Serializer
REST::Admin::AccountSerializer
when 'Report'
REST::Admin::ReportSerializer
when 'Status'
REST::StatusSerializer
else
super
end