Misc fixes

grpc.aoba.app for grpc calls
This commit is contained in:
2025-05-21 23:43:29 -04:00
parent 7061b4c313
commit 224d00718f
7 changed files with 13 additions and 7 deletions

View File

@@ -24,7 +24,7 @@ public class MediaApi(AobaService aoba) : ControllerBase
return Ok(new
{
media.Value,
media = media.Value,
url = media.Value.GetMediaUrl()
});
}