match crossdomain.xml file

This commit is contained in:
ioBridge 2011-03-30 16:54:46 -04:00
parent 524e13877d
commit 0ce438687d
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ Thingspeak::Application.routes.draw do
# handle subdomain routes
match '/', :to => 'subdomains#index', :constraints => { :subdomain => 'api' }
match 'crossdomain', :to => 'subdomains#crossdomain', :constraints => { :subdomain => 'api' }
match 'crossdomain', :to => 'subdomains#crossdomain'
root :to => 'pages#home'