Modify application structure #19

Merged
phoenix merged 3 commits from initiate into devel 2025-06-10 21:50:02 +00:00
Showing only changes of commit e2f31e4116 - Show all commits

View File

@@ -11,7 +11,8 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
loop {
println!("Base URL: {}", app_base_url);
// api/v2/song/queue/next
// TODO: Update the api/v2/song/queue/next endpoint to only retrieve queued song that is
// ready to be processed. Make necessary changes to other endpoints
let api_url = format!("{}/api/v2/song/queue/next", app_base_url);