From 47ca31be5eea318d3fa11e4820d7cafcc9af7454 Mon Sep 17 00:00:00 2001 From: dan Date: Wed, 17 Jul 2019 00:19:31 -0600 Subject: [PATCH] Update test --- OFBButte.Api/Controllers/ValuesController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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