about summary refs log tree commit diff
path: root/MatrixUtils.Web.Server/Pages
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--MatrixUtils.Web.Server/Pages/Error.cshtml (renamed from MatrixRoomUtils.Web.Server/Pages/Error.cshtml)2
-rw-r--r--MatrixUtils.Web.Server/Pages/Error.cshtml.cs (renamed from MatrixRoomUtils.Web.Server/Pages/Error.cshtml.cs)2
2 files changed, 2 insertions, 2 deletions
diff --git a/MatrixRoomUtils.Web.Server/Pages/Error.cshtml b/MatrixUtils.Web.Server/Pages/Error.cshtml

index 04b2c2a..a29e836 100644 --- a/MatrixRoomUtils.Web.Server/Pages/Error.cshtml +++ b/MatrixUtils.Web.Server/Pages/Error.cshtml
@@ -1,5 +1,5 @@ @page -@model MatrixRoomUtils.Web.Server.Pages.ErrorModel +@model MatrixUtils.Web.Server.Pages.ErrorModel <!DOCTYPE html> <html lang="en"> diff --git a/MatrixRoomUtils.Web.Server/Pages/Error.cshtml.cs b/MatrixUtils.Web.Server/Pages/Error.cshtml.cs
index 65d5751..3afc061 100644 --- a/MatrixRoomUtils.Web.Server/Pages/Error.cshtml.cs +++ b/MatrixUtils.Web.Server/Pages/Error.cshtml.cs
@@ -2,7 +2,7 @@ using System.Diagnostics; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.RazorPages; -namespace MatrixRoomUtils.Web.Server.Pages; +namespace MatrixUtils.Web.Server.Pages; [ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoStore = true)] [IgnoreAntiforgeryToken]