Skip to content

Commit

Permalink
Merge pull request #243 from universi-me/change#242/desabilitar-list-…
Browse files Browse the repository at this point in the history
…competencetype

change: disable list competence
  • Loading branch information
julio-ufpb authored Nov 13, 2023
2 parents 26aeb72 + cfbd662 commit bc56619
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/services/UniversimeApi/CompetenceType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ export async function get(body: CompetenceTypeGet_RequestDTO) {
}

export async function list() {
// disable for now
return {success: true, body: {list: []}};
return (await api.post<CompetenceTypeList_ResponseDTO>("/competencetype/list", {})).data;
}

0 comments on commit bc56619

Please sign in to comment.