Commit 0fdeda98 authored by 邓军's avatar 邓军

微信接口入口修改

parent 03e05b77
...@@ -13,7 +13,7 @@ var then = require('thenjs'); ...@@ -13,7 +13,7 @@ var then = require('thenjs');
//var forumInfoService = require('../../service/forumInfoService'); //var forumInfoService = require('../../service/forumInfoService');
module.exports = function(app) { module.exports = function(app) {
app.use('/forum/share', router); app.use('/v1/forum', router);
}; };
function getWX(res, title, desc, link, imgUrl, mid) { function getWX(res, title, desc, link, imgUrl, mid) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment