Authored by htoooth

fix css

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