about summary refs log tree commit diff stats
path: root/lua/sandborb
diff options
context:
space:
mode:
Diffstat (limited to 'lua/sandborb')
-rw-r--r--lua/sandborb/route_handler.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/sandborb/route_handler.lua b/lua/sandborb/route_handler.lua
index 3b01362..f28c949 100644
--- a/lua/sandborb/route_handler.lua
+++ b/lua/sandborb/route_handler.lua
@@ -75,7 +75,7 @@ function HANDLE_ROUTE(e, path)
 end
 
 
-function HANDLE_POST_ROUTE(e, path)
+function HANDLE_POST_ROUTE(e, path) -- FIXME: I'm not currently passing the body of the POST request, not sure how to access it from C
   local response = {
     content_type = "text/plain",
     body = ""