소스 검색

add procfile heroku

serg1557733 1 년 전
부모
커밋
020a278aa3
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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.');