Moves routing into IAreaRoutes, ensures back office is redirected if installed

This commit is contained in:
Shannon
2020-05-13 14:49:00 +10:00
parent 2e51b11f7c
commit 4d6df1405f
17 changed files with 314 additions and 154 deletions

View File

@@ -0,0 +1,17 @@
@{
Layout = null;
}
<!doctype html>
<html lang="en">
<head>
</head>
<body>
<h1>Hello!</h1>
<p>TODO: Import the default.cshtml back office page</p>
</body>
</html>