diff --git a/DeepDrftPublic.Client/Pages/NotFound.razor b/DeepDrftPublic.Client/Pages/NotFound.razor new file mode 100644 index 0000000..0d95497 --- /dev/null +++ b/DeepDrftPublic.Client/Pages/NotFound.razor @@ -0,0 +1,8 @@ +@page "/404" + + + Not Found + + + Sorry, the content you are looking for does not exist. + \ No newline at end of file diff --git a/DeepDrftPublic.Client/Routes.razor b/DeepDrftPublic.Client/Routes.razor index f2c4332..727367a 100644 --- a/DeepDrftPublic.Client/Routes.razor +++ b/DeepDrftPublic.Client/Routes.razor @@ -1,10 +1,6 @@ - + - - Not found -

Sorry, there's nothing at this address.

-
diff --git a/DeepDrftPublic/appsettings.json b/DeepDrftPublic/appsettings.json index eee283a..6f4ca4f 100644 --- a/DeepDrftPublic/appsettings.json +++ b/DeepDrftPublic/appsettings.json @@ -1,8 +1,8 @@ { "Logging": { "LogLevel": { - "Default": "Information", - "Microsoft.AspNetCore": "Warning" + "Default": "Debug", + "Microsoft.AspNetCore": "Debug" } }, "AllowedHosts": "*",