yibo 7 years ago
parent
commit
f165c5e705
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ButcherTraceBack/Controllers/CodeViewController.cs

+ 1
- 1
ButcherTraceBack/Controllers/CodeViewController.cs View File

@ -11,7 +11,7 @@ namespace ButcherTraceBack.Controllers
{
public ActionResult Index(string code)
{
if (code != null && code.Length == 22)
if (code != null && code.Length != 23)
{
return RedirectToAction("Index", "FreshView", new { code = code });
}


Loading…
Cancel
Save