religion
This commit is contained in:
parent
ca8a150faf
commit
065d0fd7e5
2 changed files with 170 additions and 1 deletions
|
|
@ -154,7 +154,6 @@ export class EducationLevelController extends Controller {
|
|||
*/
|
||||
@Get()
|
||||
async listEducationLevel() {
|
||||
console.log("11111111111111111111111111111");
|
||||
const educationLevel = await this.educationLevelRepository.find({
|
||||
select: ["id", "name" ],
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue