fix: video embeds

add: listening state api
This commit is contained in:
trisua 2025-04-26 21:55:32 -04:00
parent 498884291e
commit a114d862ae
4 changed files with 39 additions and 11 deletions

View file

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