|
@@ -95,6 +95,12 @@ public class TestController : BaseController
|
|
|
_timeLimitApplication = timeLimitApplication;
|
|
|
_distributedLock = distributedLock;
|
|
|
}
|
|
|
+
|
|
|
+ [HttpGet("time")]
|
|
|
+ public async Task<string> GetTime()
|
|
|
+ {
|
|
|
+ return DateTime.Now.ToString("F");
|
|
|
+ }
|
|
|
|
|
|
[HttpGet("pgsql")]
|
|
|
public async Task<string> Pgsql()
|