diff --git a/OFBButte.Api/Controllers/ValuesController.cs b/OFBButte.Api/Controllers/ValuesController.cs index 5275a69..ea0705c 100644 --- a/OFBButte.Api/Controllers/ValuesController.cs +++ b/OFBButte.Api/Controllers/ValuesController.cs @@ -14,7 +14,7 @@ namespace OFBButte.Api.Controllers [HttpGet] public ActionResult> Get() { - return new string[] { "value1", "value2" }; + return new string[] { "value1 updated", "value2" }; } // GET api/values/5