match crossdomain.xml file
This commit is contained in:
parent
524e13877d
commit
0ce438687d
@ -5,6 +5,7 @@ Thingspeak::Application.routes.draw do
|
|||||||
# handle subdomain routes
|
# handle subdomain routes
|
||||||
match '/', :to => 'subdomains#index', :constraints => { :subdomain => 'api' }
|
match '/', :to => 'subdomains#index', :constraints => { :subdomain => 'api' }
|
||||||
match 'crossdomain', :to => 'subdomains#crossdomain', :constraints => { :subdomain => 'api' }
|
match 'crossdomain', :to => 'subdomains#crossdomain', :constraints => { :subdomain => 'api' }
|
||||||
|
match 'crossdomain', :to => 'subdomains#crossdomain'
|
||||||
|
|
||||||
root :to => 'pages#home'
|
root :to => 'pages#home'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user