Enable https

This commit is contained in:
2017-02-24 03:06:29 +01:00
parent 3c5fb51628
commit b1b7072329
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ export let event = (trackingIdArg: string, appNameArg: string, eventCategoryArg:
let send = async (requestBodyArg: string) => {
await plugins.smartrequest.post('http://www.google-analytics.com/collect', {
await plugins.smartrequest.post('https://www.google-analytics.com/collect', {
requestBody: requestBodyArg
})
}