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,18 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
class ProjectsController {
async nups({ view }) {
return view.render('projects/nups/project-nups');
}
async nupsWeb({ view }) {
return view.render('projects/nups/nups');
}
async myNetwork({ view }) {
return view.render('projects/myNetwork/index');
}
async journal({ view }) {
return view.render('projects/journal/index');
}
}
exports.default = ProjectsController;
//# sourceMappingURL=ProjectsController.js.map