/api/posts route
... | ... | @@ -33,6 +33,7 @@ |
"typescript": "^4.7.4" | ||
}, | ||
"dependencies": { | ||
"axios": "^0.27.2", | ||
"bcryptjs": "^2.4.3", | ||
"cookie-parser": "^1.4.6", | ||
"express": "^4.18.1", | ||
... | ... |
src/db/post.db.ts
0 → 100644
src/routes/post.route.ts
0 → 100644
Please register or sign in to comment