BaseTestd
This commit is contained in:
@@ -20,6 +20,6 @@ public class PingController : Controller
|
||||
[AllowAnonymous]
|
||||
public IActionResult Ping()
|
||||
{
|
||||
return Ok(_configuration["PONG"]);
|
||||
return Ok("Pong");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user