Created API and contact page templates
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
exports.apiBrowser = function(req, res) {
|
||||
|
||||
res.render('api');
|
||||
};
|
Reference in New Issue
Block a user
@ -1,3 +1,3 @@
|
||||
exports.apiBrowser = function(req, res) {
|
||||
|
||||
res.render('api');
|
||||
};
|