scope stuff...

This commit is contained in:
2021-09-23 11:29:10 +02:00
parent 8cae995e9b
commit 00aa756beb
10 changed files with 30 additions and 9 deletions
@@ -16,6 +16,7 @@ namespace zero.Web.Controllers
public ApplicationsController(IApplicationsApi api)
{
Api = api;
IsCoreDatabase = true;
}