guoziyun 11 月之前
父節點
當前提交
bd7ae30bd5
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app.js
  2. 0 0
      views/v2/share.ejs

+ 1 - 1
app.js

@@ -139,7 +139,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

+ 0 - 0
views/v2/share.ejs