added JSON support to select the services
This commit is contained in:
11
src/htmx/HtmxObject.cpp
Normal file
11
src/htmx/HtmxObject.cpp
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user