Browse Source

add procfile heroku

serg1557733 1 năm trước cách đây
mục cha
commit
7e3d8d437e
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      backend/app.js

+ 0 - 2
backend/app.js

@@ -125,8 +125,6 @@ app.post('/avatar', async (req, res) =>  {
     }
 })
 
-
-
 app.post('/files', async (req, res) =>  {
     if (!req.files || Object.keys(req.files).length === 0) {
         return res.status(400).json('No files were uploaded.');