瀏覽代碼

add procfile heroku

serg1557733 1 年之前
父節點
當前提交
7e3d8d437e
共有 1 個文件被更改,包括 0 次插入2 次删除
  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.');