mirror of
https://github.com/cnodejs/nodeclub.git
synced 2025-12-08 19:55:55 +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>');
|
|
};
|