Skip to content

Commit

Permalink
VA-428 fix url in email
Browse files Browse the repository at this point in the history
  • Loading branch information
spkerkela committed May 22, 2024
1 parent 30c4d2c commit 9834219
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function createInitialTaydennyspyyntoEmail(
const hakemusName = hakemus['project-name']
const userKey = hakemus['user-key']
const selvitysType = 'loppuselvitys'
const publicUrl = `/selvitys/avustushaku/${avustushakuId}/${selvitysType}?hakemus=${userKey}`
const publicUrl = `avustushaku/${avustushakuId}/${selvitysType}?hakemus=${userKey}`
const fullUrl = `${hakijaServerUrl}${publicUrl}`

return {
Expand Down

0 comments on commit 9834219

Please sign in to comment.