Skip to content

Commit 4f4c114

Browse files
Update Execute.cs
1 parent 19c086a commit 4f4c114

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

class/Execute.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -427,12 +427,6 @@ public string RunRoute(HttpContext context, int ControllerSection)
427427

428428
string ControllerClass = Section.GetValue(ControllerSection);
429429

430-
if (!ControllerClass.ClassPathIsFine())
431-
{
432-
FoundController = false;
433-
return "";
434-
}
435-
436430
return RunController(ControllerClass, context);
437431
}
438432

0 commit comments

Comments
 (0)