Update test

master
dan 2019-07-17 00:19:31 -06:00
parent 9c5adc9d7e
commit 47ca31be5e
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ namespace OFBButte.Api.Controllers
[HttpGet]
public ActionResult<IEnumerable<string>> Get()
{
return new string[] { "value1", "value2" };
return new string[] { "value1 updated", "value2" };
}
// GET api/values/5