last fixes on make StringProvider Works ...

This commit is contained in:
2025-11-06 05:29:27 +03:30
parent 52f8e06f02
commit 06c8c30adb
2 changed files with 35 additions and 20 deletions
+1 -2
View File
@@ -164,8 +164,7 @@ namespace xStringService.Controllerppa
);
//
return Ok(result.
ToDynamicObject());
return Ok(result);
}
catch (Exception ex)
{