added JSON support to select the services

This commit is contained in:
2025-05-27 21:33:15 +02:00
parent d9d0643dfc
commit 1e9a377c2a
19 changed files with 26060 additions and 139 deletions

11
src/htmx/HtmxObject.cpp Normal file
View File

@@ -0,0 +1,11 @@
//
// Created by lukas on 5/11/25.
//
#include "HtmxObject.h"
using namespace std;
const string& HtmxObject::htmx() const {
return html;
}