diff http/src/luan/modules/http/serve.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 2b9bc97f0439
children
line wrap: on
line diff
--- a/http/src/luan/modules/http/serve.luan	Mon Apr 18 20:40:21 2016 -0600
+++ b/http/src/luan/modules/http/serve.luan	Tue Apr 19 15:54:11 2016 -0600
@@ -1,5 +1,5 @@
-local Io = require "luan:Io"
-local Server = require "luan:http/Server"
+local Io = require "luan:Io.luan"
+local Server = require "luan:http/Server.luan"
 
 if #{...} ~= 1 then
 	Io.stderr.write "usage: luan luan:http/serve dir-URI\n"