Skip to content

Commit

Permalink
update view certif url
Browse files Browse the repository at this point in the history
  • Loading branch information
ParthGupta2510 committed Jul 11, 2024
1 parent eaafb3b commit c42a76a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/certifgen/ViewCertificate.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const ViewCertificate = () => {
const getCertifData = async () => {
try {
const response = await axios.get(
`https://adminbackend-3r4e.onrender.com/api/certifgen/generateCertif/${params.id}`
`https://gymkhana.iitkgp.ac.in/api/certifgen/generateCertif/${params.id}`
// `http://localhost:5050/api/certifgen/generateCertif/${params.id}`
);
// console.log(response.data);
Expand Down

0 comments on commit c42a76a

Please sign in to comment.