Added test for APIs

This commit is contained in:
Daniel Wathen
2023-01-17 15:51:47 -07:00
parent a0c3e66dc1
commit b428464a02
8 changed files with 128 additions and 18 deletions

View File

@ -12,8 +12,7 @@ public record AppSettings(string BaseAPIAddress,
bool IsStaging,
string MonAResource,
string MonASite,
string ToolStateOwnerFilePath,
string URLs)
string ToolStateOwnerFilePath)
{
public override string ToString()