mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-03 23:36:21 +02:00
9 lines
252 B
JavaScript
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
|