Sha256: 01cf9d4c3ec508067e60411f2979a188aff9a799d94ba5f476177a833b6011d4
Contents?: true
Size: 158 Bytes
Versions: 4
Compression:
Stored size: 158 Bytes
Contents
class WebhookController < ApplicationController before_action :verify_chatwork_webhook_signature! def test render plain: "OK", status: 200 end end
Version data entries
4 entries across 4 versions & 1 rubygems