You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trustieforge/lib/wechat/spec/dummy/config/routes.rb

8 lines
200 B

Rails.application.routes.draw do
get 'wechat', to: 'wechat#show'
post 'wechat', to: 'wechat#create'
get 'wechat_corp', to: 'wechat_corp#show'
post 'wechat_corp', to: 'wechat_corp#create'
end