Additions to api, removal of blazor project for now

This commit is contained in:
2021-10-13 15:07:23 -04:00
parent de1f4c9b71
commit 152f196ae1
36 changed files with 20 additions and 1316 deletions

View File

@@ -1,10 +0,0 @@
<Router AppAssembly="@typeof(Program).Assembly" PreferExactMatches="@true">
<Found Context="routeData">
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)"/>
</Found>
<NotFound>
<LayoutView Layout="@typeof(MainLayout)">
<p>Sorry, there's nothing at this address.</p>
</LayoutView>
</NotFound>
</Router>