@@ -7,7 +7,7 @@ class WebappPrivateMailer < ApplicationMailer
mail(
to: @webapp.user.email,
subject: 'Your allgo app is ready',
body: "Hello, You can now see and share your webapp by providing this link: https://allgo.inria.fr/app/#{@webapp.docker_name}?access_token=#{@webapp.access_token} to people.
body: "Hello, You can now see and share your webapp by providing this link: #{app_url@webapp.docker_name}?#{{access_token: @webapp.access_token}.to_query} to people.