Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
remove proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
abir-taheer authored Apr 6, 2024
1 parent 099a657 commit aec1d5e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/graphql/resolvers/CloudinaryResource/url.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,5 @@ export default (picture, args) => {
.url(picture.id, {
...args,
secure: true
})
.replace(
'https://res.cloudinary.com/stuyactivities/',
'https://image-cdn.stuyactivities.org/'
);
});
};

0 comments on commit aec1d5e

Please sign in to comment.