mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-07 06:45:23 +02:00
modified
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user