fix: harden UCE runtime and starter

This commit is contained in:
udo
2026-06-11 13:44:24 +00:00
parent 71ddcaf7d4
commit 7f757654b6
128 changed files with 276200 additions and 872 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
RENDER(Request& context)
{
context.set_status(302, "Found");
context.header["Location"] = "/info/";
}
}