Skip to content

Commit

Permalink
updated CompanyHistory endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
yashlm committed Jan 21, 2024
1 parent 3d00881 commit de436ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion callbacks/admin/company/company.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ const addCompanyRequest = {
},
getCompanyHistory: (token: string, companyId: string) =>
adminRcInstance
.get<CompanyHistory[]>(`/${companyId}/history`, setConfig(token))
.get<CompanyHistory[]>(`/company/${companyId}/history`, setConfig(token))
.then(responseBody)
.catch((err: ErrorType) => {
errorNotification(
Expand Down

0 comments on commit de436ec

Please sign in to comment.