bit more work on api endpoint

This commit is contained in:
Schedel Pascal
2024-07-31 11:25:35 +02:00
parent e88d1ff009
commit ca8213d6ee
4 changed files with 25 additions and 15 deletions

View File

@@ -1,5 +1,6 @@
using Castle.Core.Logging;
using Microsoft.EntityFrameworkCore;
using OwnChar.Base.Data.Model;
using OwnChar.Data;
using OwnChar.Model;
using OwnChar.Server;