We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 065c6e5 commit 6e1dfcfCopy full SHA for 6e1dfcf
1 file changed
config/routes.rb
@@ -1,7 +1,6 @@
1
Rails.application.routes.draw do
2
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
3
resources :signs
4
- resources :callbacks
5
6
root 'signs#index'
7
@@ -25,4 +24,6 @@
25
24
get '/embeddeds/unclaimed-draft' => 'embeddeds#unclaimed_draft'
26
get '/embeddeds/unclaimed-draft-template' => 'embeddeds#unclaimed_draft_template'
27
get '/embeddeds/template-draft' => 'embeddeds#template_draft'
+
28
+ post '/callbacks' => 'callbacks#index'
29
end
0 commit comments