diff src/luan/modules/http/Implementation.luan @ 1162:e2d2354807f3

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 06 Feb 2018 21:25:55 -0700
parents 4beabb087be6
children fef8f0742da9
line wrap: on
line diff
--- a/src/luan/modules/http/Implementation.luan	Mon Feb 05 22:59:52 2018 -0700
+++ b/src/luan/modules/http/Implementation.luan	Tue Feb 06 21:25:55 2018 -0700
@@ -1,4 +1,4 @@
 return {
-	luan = "luan:http/jetty/"
---	luan = "luan:http/impl/"
+--	luan = "luan:http/jetty/"
+	luan = "luan:http/impl/"
 }