Instalacao do express

This commit is contained in:
2025-07-18 20:38:07 +00:00
parent 6211d2c67a
commit 5699856dd1
10 changed files with 785 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>