uff, lot of work

This commit is contained in:
Schedel Pascal
2024-08-02 11:47:33 +02:00
parent ca8213d6ee
commit 82485da5d2
23 changed files with 352 additions and 47 deletions

View File

@@ -1,7 +1,7 @@
using OwnChar.ServerNew.Api.Endpoint;
using OwnChar.Server.Api.Endpoint;
using Pilz.Plugins.Advanced;
namespace OwnChar.ServerNew.Api.Plugins;
namespace OwnChar.Server.Api.Plugins;
public abstract class ApiEndpointFeature(string identifier) : PluginFeature(FeatureType, identifier), IApiEndpoint
{