Skip to content

Commit

Permalink
Merge pull request #244 from universi-me/main
Browse files Browse the repository at this point in the history
Atualizando branch
  • Loading branch information
710lucas authored Nov 14, 2023
2 parents fd42228 + bc56619 commit a533127
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 a533127

Please sign in to comment.