mirror of
https://github.com/JuLi0n21/pwa-player.git
synced 2026-06-05 09:26:28 +00:00
add minidocumentation
This commit is contained in:
@@ -43,7 +43,6 @@ app.MapGet("/login", () => {
|
||||
|
||||
app.MapGet("/api/v1/songs/{hash}", (string hash) =>
|
||||
{
|
||||
|
||||
return Results.Ok(new { hash });
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user