Skip to content

Commit

Permalink
fixing url
Browse files Browse the repository at this point in the history
  • Loading branch information
dlopezalvas committed Dec 1, 2023
1 parent 0affc09 commit 3267552
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const ShareModal = () => {
const APP_URL = 'https://pilasbloques.program.ar/online'
const DEV_URL = 'localhost:3000'

const sharedLink = process.env.NODE_ENV === 'production' ? APP_URL : DEV_URL + `/#/desafio/guardado/${shareId}`
const sharedLink = (process.env.NODE_ENV === 'production' ? APP_URL : DEV_URL) + `/#/desafio/guardado/${shareId}`

//const link: string = `http://localhost:3000/#/desafio/guardado/${shareId}`

Expand Down

0 comments on commit 3267552

Please sign in to comment.