local app = require("lapis").Application() app:get("thread_create", "/create", function(self) end) return app