This commit is contained in:
anarch3 2022-11-13 03:08:17 -05:00
commit 6f427d4a22
20 changed files with 5508 additions and 0 deletions

3
views/error.ejs Normal file
View file

@ -0,0 +1,3 @@
<h1><%= message %></h1>
<h2><%= error.status %></h2>
<pre><%= error.stack %></pre>