added routes and controllers (not yet implemented) for contact and api sample browser pages

This commit is contained in:
Sahat Yalkabov
2013-11-19 14:33:11 -05:00
parent e0049be2d8
commit cfd376c538
4 changed files with 23 additions and 2 deletions

3
controllers/api.js Normal file
View File

@@ -0,0 +1,3 @@
exports.apiBrowser = function(req, res) {
};