Lastfm auth fix
This commit is contained in:
parent
c138c1a74b
commit
22cee9d0dc
app/controllers
|
@ -2,7 +2,7 @@ require 'open-uri'
|
|||
require 'net/http'
|
||||
|
||||
class LastFmController < ApplicationController
|
||||
before_filter :authorize
|
||||
before_filter :authorize, :except => [:connect]
|
||||
@@api_key = '04fda005dbf61a50af5abc3e90f111f2'
|
||||
@@secret = '19e70e98b291e9f15d0516925945eb1b'
|
||||
|
||||
|
|
Loading…
Reference in New Issue