add topics

This commit is contained in:
2025-05-18 15:56:29 +03:00
parent 86b568d0f4
commit f5485702a8
11 changed files with 250 additions and 10 deletions

7
apps/threads.lua Normal file
View File

@ -0,0 +1,7 @@
local app = require("lapis").Application()
app:get("thread_create", "/create", function(self)
end)
return app