diff options
author | elioat <elioat@tilde.institute> | 2024-06-05 23:07:30 -0400 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2024-06-05 23:07:30 -0400 |
commit | 601de5f9a34e8f3e8c802d5fa278a29c13c58897 (patch) | |
tree | 19abc865243967cd712877a18e70687b32b61ba2 | |
parent | 79e868a40d78c92d8221d0b7c90509f184e0f847 (diff) | |
download | tour-601de5f9a34e8f3e8c802d5fa278a29c13c58897.tar.gz |
*
-rw-r--r-- | lua/sandborb/route_handler.lua | 2 |
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 = "" |