We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f59064 commit 9e283beCopy full SHA for 9e283be
app/spotify/router.py
@@ -26,7 +26,7 @@ def get_current_device(
26
)
27
28
29
-@spotify_router.get("/device/next")
+@spotify_router.post("/device/next")
30
@inject
31
def next_device(
32
spotify_service: SpotifyService = Depends(Provide[Container.spotify_service])
@@ -45,7 +45,7 @@ def next_device(
45
46
47
48
-@spotify_router.get("/device/previous")
+@spotify_router.post("/device/previous")
49
50
def previous_device(
51
0 commit comments