Moved ping to its own controller

re: #6281
This commit is contained in:
Julian Lam
2018-01-25 11:50:33 -05:00
parent f7aa32cd05
commit a4939d78fe
4 changed files with 30 additions and 13 deletions

View File

@@ -11,6 +11,7 @@ var helpers = require('./helpers');
var Controllers = module.exports;
Controllers.ping = require('./ping');
Controllers.home = require('./home');
Controllers.topics = require('./topics');
Controllers.posts = require('./posts');