spotify web setup is done

This commit is contained in:
2025-06-22 10:01:32 +02:00
parent b368a750fe
commit 5eaad428ff
16 changed files with 365 additions and 15 deletions

View File

@@ -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

View File

@@ -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