Skip to content

Commit

Permalink
Merge branch 'dev-clean-up-fal' into uat
Browse files Browse the repository at this point in the history
  • Loading branch information
Falsal committed Nov 11, 2023
2 parents af59b32 + 62234d9 commit cc09d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/crudActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ export function loadShareParams(shareId, city) {
export function generateShareLink(provider, hashedUrl, date, city) {
console.log("From generateShareLink :")
return axios
.post("shares/", {
.post("/shares", {
provider: provider,
hashedUrl: hashedUrl,
date: date,
Expand Down

0 comments on commit cc09d5d

Please sign in to comment.