This commit is contained in:
Tutur33
2023-11-25 00:01:46 +01:00
parent 938ad9d309
commit cb411653c8
27388 changed files with 18691 additions and 3339152 deletions
@@ -0,0 +1,9 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
class TermsController {
async index({ view }) {
return view.render('terms');
}
}
exports.default = TermsController;
//# sourceMappingURL=TermsController.js.map