Commit f231e919 by 据说甜蜜呢

添加测试空字符串

parent 1f2c1b6d
Pipeline #4254 passed with stage
in 27 seconds
......@@ -11,7 +11,7 @@ namespace Identity.API.Controllers
[HttpGet]
public ActionResult<IEnumerable<string>> Get()
{
return new string[] { "value1", "value2" };
return new string[] { "value1", "value2" };
}
// GET api/values/5
......
......@@ -10,7 +10,7 @@ namespace Marketing.API
public class Startup
{
public Startup(IConfiguration configuration)
{
{
Configuration = configuration;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment