Skip to content

Commit

Permalink
add status page
Browse files Browse the repository at this point in the history
  • Loading branch information
mariovyord committed Dec 16, 2023
1 parent 40f86a3 commit 64d8722
Show file tree
Hide file tree
Showing 16 changed files with 227 additions and 41 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"env": {
"es2021": true,
"node": true,
"browser": true,
"jest/globals": true,
"commonjs": true
},
Expand Down
135 changes: 103 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-handlebars": "^7.1.2",
"helmet": "^7.1.0",
"joi": "^17.11.0",
"jsonwebtoken": "^9.0.2",
Expand Down
Binary file added public/favicon.ico
Binary file not shown.
Loading

0 comments on commit 64d8722

Please sign in to comment.