about summary refs log tree commit diff stats
path: root/lua/sandborb
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2024-06-05 23:07:30 -0400
committerelioat <elioat@tilde.institute>2024-06-05 23:07:30 -0400
commit601de5f9a34e8f3e8c802d5fa278a29c13c58897 (patch)
tree19abc865243967cd712877a18e70687b32b61ba2 /lua/sandborb
parent79e868a40d78c92d8221d0b7c90509f184e0f847 (diff)
downloadtour-601de5f9a34e8f3e8c802d5fa278a29c13c58897.tar.gz
*
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 = ""