Moved api browser template into api folder, renamed to index.jade
This commit is contained in:
@ -18,7 +18,7 @@ var Twit = require('twit');
|
||||
* List of API examples
|
||||
*/
|
||||
exports.getApi = function(req, res) {
|
||||
res.render('api', {
|
||||
res.render('api/index', {
|
||||
title: 'API Browser'
|
||||
});
|
||||
};
|
||||
|
Reference in New Issue
Block a user