Skip to content

Commit

Permalink
Merge pull request #11 from TharindaPrabhath/frontend-day-09-stepper
Browse files Browse the repository at this point in the history
fixed not showing certificate
  • Loading branch information
TharindaPrabhath authored Oct 2, 2021
2 parents 0a556aa + aa021d8 commit 9e3344b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/requestHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export async function validateCertificate(id: string) {
}

export function fetchCertificate(id: string){
return axios.get(requests.fetchCertificate, {params: {
return axios.get(API_BASE_URL+requests.fetchCertificate, {params: {
id: id
}})
}
Expand Down

0 comments on commit 9e3344b

Please sign in to comment.