Porównaj commity

...

2 Commity

Autor SHA1 Wiadomość Data
Manuel Kasper 3040dbad3e Improve error message 2024-02-27 16:12:57 +01:00
Manuel Kasper 5932baea4f Count app inits also (relevant for potential future MapTiler session based billing) 2024-02-26 11:30:00 +01:00
2 zmienionych plików z 3 dodań i 1 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,

Wyświetl plik

@ -6,7 +6,7 @@
<section class="section">
<div class="container">
<b-message title="Not Found" type="is-danger">
The page, summit, association or region that you requested cannot be found.
The callsign, summit, association, region or page that you requested cannot be found.
</b-message>
</div>
</section>