Get diagnostics

This commit is contained in:
2026-03-03 08:41:59 -06:00
parent 39709662af
commit ecb1496a54
4 changed files with 19 additions and 6 deletions

View File

@@ -629,7 +629,6 @@ class TYTDApp {
if(TypeIsString(v))
{
const resp=this.TYTD.ManifestRequest(v);
Console.WriteLine(resp);
ctx.WithMimeType("application/json").SendJson(resp);
return true;
}