This commit is contained in:
2022-06-16 22:20:36 +00:00
parent 06af4cda1d
commit 848577d58b
5 changed files with 13 additions and 3 deletions

View File

@@ -18,6 +18,10 @@ namespace AyaNova.Api.Controllers
[Authorize]
public class IntegrationController : ControllerBase
{
/*
todo: needs routes for logging and fetching log to view, also mapping collection stuff perhaps??
*/
private readonly AyContext ct;
private readonly ILogger<IntegrationController> log;
private readonly ApiServerState serverState;