Skip to content

Commit

Permalink
test add clg inside call BE call function: Get share button working #159
Browse files Browse the repository at this point in the history
  • Loading branch information
Falsal committed Nov 11, 2023
1 parent e766fbf commit af59b32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/actions/crudActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ export function loadShareParams(shareId, city) {

//generateShareLink is used to generate a new sharing link to the corresponding tour on a specific date, the city is saved to later on always get connections, a shareId will be returned
export function generateShareLink(provider, hashedUrl, date, city) {
console.log("From generateShareLink :")
return axios
.post("shares/", {
provider: provider,
Expand Down

0 comments on commit af59b32

Please sign in to comment.