feat(backend): login, most endpoints complete

This commit is contained in:
2026-09-07 12:28:09 +02:00
parent 4d4ddfe255
commit ab08a94d55
20 changed files with 737 additions and 108 deletions
+6 -1
View File
@@ -24,5 +24,10 @@
"type": "string",
"description": "The URL to the frontend. Just the host, in form https://music.janishutz.com"
}
}
},
"required": [
"mode",
"clientMode",
"webUrl"
]
}