summaryrefslogtreecommitdiff
path: root/web/src/handlers.hpp
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2024-05-19 00:16:51 +0500
committerilotterytea <iltsu@alright.party>2024-05-19 00:16:51 +0500
commit4538bc8c7972fa0d9c4c23f038b2c5f2747f8edd (patch)
treecd356ca5dd2259377f91313c835c05fc2d2c9e25 /web/src/handlers.hpp
parentecca9314a53b961f49ae57528e30a3a17f5300dc (diff)
feat: WIKI PAGES
Diffstat (limited to 'web/src/handlers.hpp')
-rw-r--r--web/src/handlers.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/web/src/handlers.hpp b/web/src/handlers.hpp
new file mode 100644
index 0000000..d150e6d
--- /dev/null
+++ b/web/src/handlers.hpp
@@ -0,0 +1,7 @@
+#pragma once
+
+#include "crow/http_response.h"
+
+namespace botweb {
+ crow::response get_wiki_page(const std::string &path);
+}