guoziyun 11 달 전
부모
커밋
91ec3e5a04
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app.js

+ 1 - 1
app.js

@@ -140,7 +140,7 @@ app.use('/api/subscribe', require('./routes/v2/subscribe'));  // 用户提交邮
 
 
 //v1
-// app.use('/', require('./routes/index'));
+app.use('/', require('./routes/index'));
 
 
 // catch 404 and forward to error handler