add minidocumentation

This commit is contained in:
2024-09-21 22:48:48 +02:00
parent f26529b1a3
commit acaedfe8c7
6 changed files with 33 additions and 1 deletions

View File

@@ -43,7 +43,6 @@ app.MapGet("/login", () => {
app.MapGet("/api/v1/songs/{hash}", (string hash) =>
{
return Results.Ok(new { hash });
});