new api integration
Showing
controllers/connection.controller.js
0 → 100644
controllers/message.controller.js
0 → 100644
This diff is collapsed.
Click to expand it.
| ... | @@ -7,12 +7,15 @@ | ... | @@ -7,12 +7,15 @@ |
| "start": "nodemon server" | "start": "nodemon server" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "axios": "^0.19.2", | |||
| "body-parser": "^1.19.0", | "body-parser": "^1.19.0", | ||
| "cors": "^2.8.5", | "cors": "^2.8.5", | ||
| "db-migrate": "^0.11.11", | |||
| "dotenv": "^8.2.0", | "dotenv": "^8.2.0", | ||
| "express": "^4.16.4", | "express": "^4.16.4", | ||
| "http-errors": "~1.6.3", | "http-errors": "~1.6.3", | ||
| "mysql2": "^2.1.0", | "mysql2": "^2.1.0", | ||
| "node-libcurl": "^2.1.3", | |||
| "nodemon": "^2.0.3", | "nodemon": "^2.0.3", | ||
| "precache": "0.0.0", | "precache": "0.0.0", | ||
| "sequelize": "^5.21.6" | "sequelize": "^5.21.6" | ||
| ... | ... |
Please
register
or
sign in
to comment