default-app/app/routes.lua

changeset 0
6279a7d40ae7
equal deleted inserted replaced
-1:000000000000 0:6279a7d40ae7
1 local http = require "net.http";
2
3 local routes = {};
4
5 function routes.get_()
6 return {
7 greeting = "Hello world!";
8 };
9 end
10
11 return routes;

mercurial