diff src/luan/modules/http/Server.luan @ 1170:3a0f58d09ee7

add use_jetty
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 11 Feb 2018 02:34:35 -0700
parents d30d400fd43d
children
line wrap: on
line diff
--- a/src/luan/modules/http/Server.luan	Thu Feb 08 22:00:45 2018 -0700
+++ b/src/luan/modules/http/Server.luan	Sun Feb 11 02:34:35 2018 -0700
@@ -1,2 +1,1 @@
-local Implementation = require "luan:http/Implementation.luan"
-return require(Implementation.luan.."Server.luan")
+return require "luan:http/impl/Server.luan"