diff --git a/views/index.html b/views/index.html index d1b5a67..414a15a 100644 --- a/views/index.html +++ b/views/index.html @@ -716,6 +716,7 @@ }) }, avatarReset() { + this.avatar_phone = ''; this.avatar_image = null; } } @@ -778,7 +779,7 @@ delimiters: ['[[', ']]'], data() { return { - app_host: "http://localhost:3000", + app_host: {{ .AppHost }}, app_name: 'Whatsapp API Multi Device App' } },