Authored by htoooth

fix css

... ... @@ -13,7 +13,7 @@ const msgModel = require('./models/message');
const _ = require('lodash');
const helpers = global.yoho.helpers;
const indexController = require(`${cRoot}/Index`);
const indexController = require(`${cRoot}/index`);
const commentController = require(`${cRoot}/comment`);
// const consultController = require(`${cRoot}/consult`);
... ...