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 ...@@ -122,7 +122,7 @@ namespace Mobile.Search.Web.Controllers
}; };
_dynamoClient.WriteSingle("prd_2click_templates", d); _dynamoClient.WriteSingle("prd_2click_templates", d);
return RedirectToAction("FroalaIndex"); return RedirectToAction("Index");
} }
catch (Exception x) catch (Exception x)
{ {
...@@ -167,7 +167,6 @@ namespace Mobile.Search.Web.Controllers ...@@ -167,7 +167,6 @@ namespace Mobile.Search.Web.Controllers
{"templateKey", key.ToLower()}, {"templateKey", key.ToLower()},
{"html", value} {"html", value}
}; };
Console.WriteLine(value);
if (isSendEmail) 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