server-popular TMDB
client/src/utils/baseUrl.js
0 → 100644
| ... | @@ -16,6 +16,7 @@ | ... | @@ -16,6 +16,7 @@ |
| "author": "윤지원, 김수빈, 한규민", | "author": "윤지원, 김수빈, 한규민", | ||
| "license": "ISC", | "license": "ISC", | ||
| "dependencies": { | "dependencies": { | ||
| "axios": "^0.21.1", | |||
| "bcryptjs": "^2.4.3", | "bcryptjs": "^2.4.3", | ||
| "cookie-parser": "^1.4.5", | "cookie-parser": "^1.4.5", | ||
| "dotenv": "^10.0.0", | "dotenv": "^10.0.0", | ||
| ... | ... |
server/routes/movie.route.js
0 → 100644
Please register or sign in to comment