caching system with better performance and local CDN Package fetcher. changed stuff in template to use the lcdn

This commit is contained in:
2025-10-10 20:56:48 +02:00
parent 3494298330
commit a7847f6bff
7 changed files with 301 additions and 238 deletions

View File

@@ -1,7 +0,0 @@
add_post_route("/lua/post", function(req)
local data = req.data or {}
log("Data received from " .. tostring(data))
return 200,
{["Content-Type"] = "application/text"},
tostring(data)
end)