spotify web setup is done
This commit is contained in:
@@ -8,3 +8,10 @@
|
||||
# command: "SoftDeletedRecord.due.delete_all"
|
||||
# priority: 2
|
||||
# schedule: at 5am every day
|
||||
# development:
|
||||
# periodic_command:
|
||||
# class: TestJob
|
||||
# queue: background
|
||||
# schedule: every minute
|
||||
|
||||
|
||||
@@ -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