Files
portfolio2023/build/app/Controllers/Http/HomeController.js
T
2023-11-24 22:09:08 +01:00

9 lines
249 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
class HomeController {
async index({ view }) {
return view.render('index');
}
}
exports.default = HomeController;
//# sourceMappingURL=HomeController.js.map