зеркало из
https://github.com/glebtv/yookassa.git
synced 2026-08-28 15:16:18 +03:00
6 строки
116 B
Ruby
6 строки
116 B
Ruby
# frozen_string_literal: true
|
|
|
|
Yookassa::Engine.routes.draw do
|
|
post "/webhooks/:token", to: "webhooks#create"
|
|
end
|