mirror of
https://github.com/cnodejs/nodeclub.git
synced 2026-01-25 15:23:45 +00:00
4 lines
97 B
JavaScript
4 lines
97 B
JavaScript
exports.run_site_tools = function (req, res, next) {
|
|
res.send('<h3>The White Castle</h3>');
|
|
};
|