mirror of
https://github.com/JuLi0n21/pwa-player.git
synced 2026-04-19 23:40:05 +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