comparison mod_muc_log_http/muc_log_http/mod_muc_log_http.lua @ 1251:280adf09ae12

mod_muc_log_http: Fix indentation
author Kim Alvefur <zash@zash.se>
date Sun, 15 Dec 2013 00:51:48 +0100
parents d7bbacdabb8f
children 854a3933cfcd
comparison
equal deleted inserted replaced
1250:d7bbacdabb8f 1251:280adf09ae12
707 return false; 707 return false;
708 end 708 end
709 709
710 module:provides("http", { 710 module:provides("http", {
711 default_path = url_base, 711 default_path = url_base,
712 route = { 712 route = {
713 ["GET /*"] = handle_request; 713 ["GET /*"] = handle_request;
714 } 714 }
715 }); 715 });
716 end 716 end