Created API and contact page templates

This commit is contained in:
Sahat Yalkabov
2013-11-19 14:36:10 -05:00
parent cfd376c538
commit b7cba35637
5 changed files with 12 additions and 4 deletions

View File

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