feat(dimentorin): add public mentor list & detail endpoints (verified only)
Nix Build & Deploy / build (push) Canceled after 0s
Nix Build & Deploy / deploy (push) Canceled after 0s

This commit is contained in:
asepharyana
2026-08-04 17:55:59 +07:00
parent b68e362a02
commit 67d3f2fced
3 changed files with 68 additions and 1 deletions
@@ -7,4 +7,5 @@ pub use mutation_handlers::{
};
pub use query_handlers::{
get_mentor_by_id, get_mentor_list, get_mentor_me, get_mentor_status,
get_public_mentor_by_id, get_public_mentor_list,
};