finish migration to Pilz.NET

This commit is contained in:
Schedel Pascal
2024-08-23 11:18:46 +02:00
parent 90283ff5df
commit 4cd52de441
10 changed files with 103 additions and 110 deletions

View File

@@ -1,6 +1,6 @@
namespace OwnChar.Server.Api.Endpoint;
internal class CharactersApi(IServer server) : IApiEndpoint
internal class CharactersApi(IOwnCharServer server) : IApiEndpoint
{
public void Initialize(IApiBuilder builder)
{