From 5932baea4ff9a6b447240aa37999989483983990 Mon Sep 17 00:00:00 2001 From: Manuel Kasper Date: Mon, 26 Feb 2024 11:30:00 +0100 Subject: [PATCH] Count app inits also (relevant for potential future MapTiler session based billing) --- src/main.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.js b/src/main.js index da6109a..40b088d 100644 --- a/src/main.js +++ b/src/main.js @@ -100,6 +100,8 @@ axios.interceptors.response.use(response => { return Promise.reject(error) }) +axios.post(process.env.VUE_APP_API_URL + '/mapsession', { type: 'init' }) + function startVue () { new Vue({ store,