This commit is contained in:
Tutur33
2023-11-24 22:09:08 +01:00
parent 6ba7d0503d
commit 3c0b507a93
98 changed files with 17986 additions and 2 deletions
@@ -0,0 +1,9 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
class HomeController {
async index({ view }) {
return view.render('index');
}
}
exports.default = HomeController;
//# sourceMappingURL=HomeController.js.map