Browse Source

add procfile heroku

serg1557733 1 year ago
parent
commit
020a278aa3
1 changed files with 0 additions and 2 deletions
  1. 0 2
      backend/app.js

+ 0 - 2
backend/app.js

@@ -127,8 +127,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.');