aboutsummaryrefslogtreecommitdiffstats
path: root/src/N-Commands/RelationshipHandler.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/N-Commands/RelationshipHandler.hpp')
-rw-r--r--src/N-Commands/RelationshipHandler.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/N-Commands/RelationshipHandler.hpp b/src/N-Commands/RelationshipHandler.hpp
new file mode 100644
index 0000000..fe9c0ea
--- /dev/null
+++ b/src/N-Commands/RelationshipHandler.hpp
@@ -0,0 +1,10 @@
+#pragma once
+#include <mongoose.h>
+#include <mongoose/Request.h>
+#include <mongoose/JsonResponse.h>
+
+class RelationshipHandler {
+public:
+ void onCall(Mongoose::Request& request, Mongoose::JsonResponse& response);
+
+};