Count app inits also (relevant for potential future MapTiler session based billing)

beta
Manuel Kasper 2024-02-26 11:30:00 +01:00
rodzic 3e7130bc0b
commit 5932baea4f
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -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,