Update test
parent
9c5adc9d7e
commit
47ca31be5e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue