default-app/app/routes.lua

Mon, 22 Nov 2021 10:40:32 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Mon, 22 Nov 2021 10:40:32 +0000
changeset 3
16c9e2363135
parent 0
6279a7d40ae7
permissions
-rw-r--r--

Pin to latest Prosody trunk revision (eventually aiming for 0.12)

local http = require "net.http";

local routes = {};

function routes.get_()
	return {
		greeting = "Hello world!";
	};
end

return routes;

mercurial