mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-23 22:01:15 -04:00
3 lines
65 B
JavaScript
3 lines
65 B
JavaScript
exports.apiBrowser = function(req, res) {
|
|
res.render('api');
|
|
}; |