Commit 0e5286d6 by Urvil Shah

Pretty..

parent 3ef0adb7
Pipeline #7262 passed with stages
in 12 seconds
......@@ -122,7 +122,7 @@ namespace Mobile.Search.Web.Controllers
};
_dynamoClient.WriteSingle("prd_2click_templates", d);
return RedirectToAction("FroalaIndex");
return RedirectToAction("Index");
}
catch (Exception x)
{
......@@ -166,8 +166,7 @@ namespace Mobile.Search.Web.Controllers
{
{"templateKey", key.ToLower()},
{"html", value}
};
Console.WriteLine(value);
};
if (isSendEmail)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment