Skip to content

Commit

Permalink
Added 410 Gone for deprecated Soundtrack API endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
Xemdo committed Jul 17, 2023
1 parent 829d133 commit e0add2e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions internal/mock_api/endpoints/endpoints.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,14 @@ func Gone() map[string][]string {
"POST",
"PUT",
},
"/soundtrack/current_track": {
"GET",
},
"/soundtrack/playlist": {
"GET",
},
"/soundtrack/playlists": {
"GET",
},
}
}

0 comments on commit e0add2e

Please sign in to comment.