mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-03 15:07:33 +02:00
9 lines
249 B
JavaScript
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
|