aboutsummaryrefslogtreecommitdiffstats
path: root/src/server/Pages/Error.cshtml.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/Pages/Error.cshtml.cs')
-rw-r--r--src/server/Pages/Error.cshtml.cs12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/server/Pages/Error.cshtml.cs b/src/server/Pages/Error.cshtml.cs
new file mode 100644
index 0000000..5ec2c40
--- /dev/null
+++ b/src/server/Pages/Error.cshtml.cs
@@ -0,0 +1,12 @@
+using Microsoft.AspNetCore.Mvc.RazorPages;
+
+namespace Dough.Pages
+{
+ public class Error : PageModel
+ {
+ public void OnGet()
+ {
+
+ }
+ }
+} \ No newline at end of file