Browse Source

feat(add-user-interface): change host

change host and fix reset phone
pull/1/head
Aldino Kemal 4 years ago
parent
commit
1b430bb713
  1. 3
      views/index.html

3
views/index.html

@ -716,6 +716,7 @@
}) })
}, },
avatarReset() { avatarReset() {
this.avatar_phone = '';
this.avatar_image = null; this.avatar_image = null;
} }
} }
@ -778,7 +779,7 @@
delimiters: ['[[', ']]'], delimiters: ['[[', ']]'],
data() { data() {
return { return {
app_host: "http://localhost:3000",
app_host: {{ .AppHost }},
app_name: 'Whatsapp API Multi Device App' app_name: 'Whatsapp API Multi Device App'
} }
}, },

Loading…
Cancel
Save