add: last.fm status integration
This commit is contained in:
parent
3e2bdceb99
commit
0765156697
17 changed files with 397 additions and 3 deletions
|
@ -254,6 +254,14 @@ pub fn routes() -> Router {
|
|||
"/auth/user/connections/spotify",
|
||||
post(auth::connections::spotify::create_request),
|
||||
)
|
||||
.route(
|
||||
"/auth/user/connections/last_fm",
|
||||
post(auth::connections::last_fm::create_request),
|
||||
)
|
||||
.route(
|
||||
"/auth/user/connections/last_fm/api_proxy",
|
||||
post(auth::connections::last_fm::proxy_request),
|
||||
)
|
||||
}
|
||||
|
||||
#[derive(Deserialize)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue