0xMALOTRU's Stuffs

Software Enthusiast Blog - /ma.lɔ.tʁy/ - lout, boor

404

Sorry, this page does not exist...

  app.error_page = require("views.404")

  function app:handle_error(err, trace)
    return { render = "404" }
  end