Lots of Changes

This commit is contained in:
2024-09-14 22:47:36 -04:00
parent edf9833a08
commit 73d4873546
26 changed files with 477 additions and 17 deletions

View File

@@ -4,7 +4,7 @@ export default class UsersAPI extends APIRoute {
constructor() {
super('/users');
this.addSubRoute('/create', 'post', createUser);
this.addSubRoute('/create', 'post', this.createUser);
}
async get(req, res) {