임현대수석님 건의사항 적용.

This commit is contained in:
chi
2021-05-31 13:37:27 +09:00
parent ba02049737
commit 6590694e8b
15 changed files with 463 additions and 71 deletions

View File

@@ -26,7 +26,7 @@ namespace WebServer
[HttpGet]
public string Test()
{
return "test";
return Properties.Settings.Default.json;
}
[HttpGet]