From 969f1d142a5d5589f0336086777b69dcc75b9018 Mon Sep 17 00:00:00 2001 From: elioat Date: Wed, 5 Jun 2024 21:15:07 -0400 Subject: * --- lua/sandborb/route_handler.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/sandborb/route_handler.lua b/lua/sandborb/route_handler.lua index 98ece1d..ae69875 100644 --- a/lua/sandborb/route_handler.lua +++ b/lua/sandborb/route_handler.lua @@ -25,7 +25,7 @@ function HANDLE_ROUTE(e, path) return "Hello, you are at the root!" elseif path == "/about" then sb_send_status(e, 200, "OK") - sb_send_header(e, "Content-Type", "text/text") + sb_send_header(e, "Content-Type", "text/plain") return "This is the about page!" elseif path == "/banana" then return banana(e) -- cgit 1.4.1-2-gfad0