aboutsummaryrefslogtreecommitdiff
path: root/main/http.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main/http.cpp')
-rw-r--r--main/http.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/http.cpp b/main/http.cpp
index 82ed4ec..95a17a4 100644
--- a/main/http.cpp
+++ b/main/http.cpp
@@ -7,6 +7,9 @@
static const char* TAG = "http";
+/**
+ * Sets up a server with all routes registered
+ */
httpd_handle_t start_webserver(void)
{
httpd_handle_t server = NULL;