server.lua 71 B

12345
  1. hello = function()
  2. print("Hello, World!")
  3. end
  4. handle("/api", hello)