feat: class join req controller + fixes tests
This commit is contained in:
parent
3093a6c131
commit
f679a324ab
11 changed files with 116 additions and 41 deletions
|
@ -2,7 +2,7 @@ import { BaseController } from "@/controllers/base-controller.ts";
|
|||
|
||||
export class TeacherController extends BaseController {
|
||||
constructor() {
|
||||
super("teachers");
|
||||
super("teacher");
|
||||
}
|
||||
|
||||
getAll(full = false) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue