Sha256: d434acc70de1cf7e1b62dd34b1a0f242e7618063ebeb9cbe5d6afa863bab5105
Contents?: true
Size: 216 Bytes
Versions: 7
Compression:
Stored size: 216 Bytes
Contents
# frozen_string_literal: true SolidusStripe::Engine.routes.draw do scope ':slug' do get :after_confirmation, to: 'intents#after_confirmation' post :webhooks, to: 'webhooks#create', format: false end end
Version data entries
7 entries across 7 versions & 1 rubygems