@@ -2,4 +2,4 @@ hello = function()
print("Hello, World!")
end
-handle("/", hello)
+handle("/api", hello)