Add Apple Music integration for now playing

This commit is contained in:
2023-11-02 08:58:44 +11:00
parent c1d756ec6f
commit 4b6107188e
15 changed files with 183 additions and 0 deletions

View File

@@ -49,5 +49,7 @@ module Admin
post "/trips/remove_post", to: Auth.call(action: "trips.remove_post")
get "/trips/new", to: Auth.call(action: "trips.new")
post "/trips/:id", to: Auth.call(action: "trips.update")
get "/apple_music", to: Auth.call(action: "apple_music.index")
end
end