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");
|
||||
}
|
||||
}
|
||||
@@ -159,4 +159,6 @@ app.Run();
|
||||
if (app.Environment.IsProduction())
|
||||
{
|
||||
Log.CloseAndFlush();
|
||||
}
|
||||
}
|
||||
// for testing purposes
|
||||
public partial class Program { }
|
||||
Reference in New Issue
Block a user