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
|
* 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'
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
extends layout
|
extends ../layout
|
||||||
|
|
||||||
block content
|
block content
|
||||||
h2 API Browser
|
h2 API Browser
|
Reference in New Issue
Block a user