Files
Terminal-Website/commands/commands.js
2024-01-17 15:17:06 +01:00

9 lines
62 B
JavaScript

function cd (req, res) {
}
module.exports = {
cd
}