Mercurial Hosting > luan
comparison website/src/index.html.luan @ 693:ca169567ce07
module URIs must now include ".luan"
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 19 Apr 2016 15:54:11 -0600 |
parents | 7cc9d4a53d3b |
children | 3e30cf310e56 |
comparison
equal
deleted
inserted
replaced
692:7bd97d642f37 | 693:ca169567ce07 |
---|---|
1 local Io = require "luan:Io" | 1 local Io = require "luan:Io.luan" |
2 local Http = require "luan:http/Http" | 2 local Http = require "luan:http/Http.luan" |
3 | 3 |
4 | 4 |
5 return function() | 5 return function() |
6 Io.stdout = Http.response.text_writer() | 6 Io.stdout = Http.response.text_writer() |
7 %> | 7 %> |