Bläddra i källkod

add procfile heroku

serg1557733 1 år sedan
förälder
incheckning
020a278aa3
1 ändrade filer med 0 tillägg och 2 borttagningar
  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.');