server connects to localhost

This commit is contained in:
2022-04-18 14:06:22 -05:00
parent 7c39cbfabc
commit 767ce4953c
4 changed files with 35 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
"dependencies": {
"body-parser": "^1.20.0",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.17.3"
}
}