spotify web setup is done
This commit is contained in:
@@ -13,4 +13,8 @@ Rails.application.routes.draw do
|
||||
# Defines the root path route ("/")
|
||||
root "statistics#index"
|
||||
get "statistics", to: "statistics#index", as: :statistics
|
||||
|
||||
get "spotify", to: "spotify#index", as: :spotify
|
||||
get "spotify/connect", to: "spotify#connect", as: :spotify_connect
|
||||
get "spotify_callback", to: "spotify#callback", as: :spotify_callback
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user