# HG changeset patch # User Marco Cirillo # Date 1335730603 0 # Node ID 81d269f97ea28cd3220f919a1145b00a60f36ecd # Parent 7e444de959bbbf881f0129f279fc1164d6654461 mod_register_json: revert change, it's not needed (providing http provides https as well) diff -r 7e444de959bb -r 81d269f97ea2 mod_register_json/mod_register_json.lua --- a/mod_register_json/mod_register_json.lua Sun Apr 29 21:07:04 2012 +0200 +++ b/mod_register_json/mod_register_json.lua Sun Apr 29 20:16:43 2012 +0000 @@ -122,7 +122,7 @@ -- Set it up! -module:provides((secure and "https" or "http"), { +module:provides("http", { default_path = base_path, route = { ["GET /"] = handle_req,