comment rewrite

This commit is contained in:
Feng Lee 2015-05-25 11:26:01 +08:00
parent ba132113d1
commit 28edb239bb
1 changed files with 7 additions and 7 deletions

View File

@ -4,11 +4,11 @@
%% %%
%%%----------------------------------------------------------------------------- %%%-----------------------------------------------------------------------------
{topic, "x/#", [ %{topic, "x/#", [
{rewrite, "^x/y/(.+)$", "z/y/$1"}, % {rewrite, "^x/y/(.+)$", "z/y/$1"},
{rewrite, "^x/(.+)$", "y/$1"} % {rewrite, "^x/(.+)$", "y/$1"}
]}. %]}.
{topic, "y/+/z/#", [ %{topic, "y/+/z/#", [
{rewrite, "^y/(.+)/z/(.+)$", "y/z/$2"} % {rewrite, "^y/(.+)/z/(.+)$", "y/z/$2"}
]}. %]}.