fix: video embeds
add: listening state api
This commit is contained in:
parent
498884291e
commit
a114d862ae
4 changed files with 39 additions and 11 deletions
|
@ -258,6 +258,10 @@ pub fn routes() -> Router {
|
|||
"/auth/user/connections/last_fm",
|
||||
post(auth::connections::last_fm::create_request),
|
||||
)
|
||||
.route(
|
||||
"/auth/user/connections/last_fm/data/{username}",
|
||||
get(auth::connections::last_fm::get_request),
|
||||
)
|
||||
.route(
|
||||
"/auth/user/connections/last_fm/api_proxy",
|
||||
post(auth::connections::last_fm::proxy_request),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue