Moved api browser template into api folder, renamed to index.jade

This commit is contained in:
Sahat Yalkabov
2014-01-07 13:39:25 -05:00
parent 41f6b1c5f0
commit 72dd19c6f9
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ var Twit = require('twit');
* List of API examples * List of API examples
*/ */
exports.getApi = function(req, res) { exports.getApi = function(req, res) {
res.render('api', { res.render('api/index', {
title: 'API Browser' title: 'API Browser'
}); });
}; };

View File

@ -1,4 +1,4 @@
extends layout extends ../layout
block content block content
h2 API Browser h2 API Browser