Files
portfolio2023/build/app/Controllers/Http/TermsController.js
T
2023-11-25 00:01:46 +01:00

9 lines
252 B
JavaScript

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