working commit

This commit is contained in:
2026-04-22 15:02:00 +02:00
parent 468dc70d7c
commit 321232ae1d
14 changed files with 310 additions and 236 deletions
+2 -2
View File
@@ -8,8 +8,8 @@
#include <service.hpp>
class Server {
private:
private:
Interface iface;
public:
public:
std::expected<void, std::string> Create(const std::string name, const std::string addr, const int prefix);
};