Sessions, lastfm auth workarounds
This commit is contained in:
@@ -59,6 +59,10 @@ Beathaven::Application.routes.draw do
|
||||
match 'user/auth' => 'user#auth'
|
||||
match 'user/update' => 'user#update'
|
||||
|
||||
match 'lastfm/login' => 'last_fm#login'
|
||||
match 'lastfm/connect' => 'last_fm#connect'
|
||||
match 'lastfm/getinfo' => 'last_fm#getinfo'
|
||||
|
||||
match 'artist/autocomplete' => 'artist#autocomplete'
|
||||
match 'artist/(:name)/' => 'artist#data', :constraints => { :name => /[^\/]*/ }
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user