Skip to content

Commit b0232d4

Browse files
committed
Docs: 리드미 수정 및 레포지토리 분리
1 parent 2608b55 commit b0232d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

node-server/app.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ const upload = multer({
1111
limits: { fileSize: 100 * 1024 * 1024 },
1212
});
1313

14-
// Express 앱 생성
1514
const app = express();
1615

1716
// 미들웨어 설정

0 commit comments

Comments
 (0)