diff examples/blog/src/index.html.luan @ 1152:21d157b153fe

change http parameters interface
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 04 Feb 2018 19:25:12 -0700
parents c38f6619feb9
children 5dbb552075ff
line wrap: on
line diff
--- a/examples/blog/src/index.html.luan	Sun Feb 04 18:50:25 2018 -0700
+++ b/examples/blog/src/index.html.luan	Sun Feb 04 19:25:12 2018 -0700
@@ -12,7 +12,7 @@
 
 
 return function()
-	local query = Http.request.parameter.query
+	local query = Http.request.parameters.query
 
 	Io.stdout = Http.response.text_writer()
 %>