changeset 712:20051fe2a943

fix call to site:/init.luan
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 19 May 2016 22:19:25 -0600
parents 217b047afd93
children a21e9594307d
files http/src/luan/modules/http/Server.luan
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/http/src/luan/modules/http/Server.luan	Thu May 19 15:47:48 2016 -0600
+++ b/http/src/luan/modules/http/Server.luan	Thu May 19 22:19:25 2016 -0600
@@ -90,7 +90,7 @@
 	M.handlers.addHandler(NotFound.new())
 	M.server = Server.new(M.port)
 	M.server.setHandler(hc)
-	Package.load("site:/init")
+	Package.load("site:/init.luan")
 end
 
 function M.start()