finish for deploy

This commit is contained in:
2024-08-14 14:24:45 +02:00
parent 95170194af
commit 8d9607dbc6
3 changed files with 11 additions and 8 deletions

View File

@@ -9,6 +9,7 @@ const app = createApp(App)
app.use(createPinia())
app.use(router)
localStorage.setItem( 'url', 'http://localhost:8082' );
// localStorage.setItem( 'url', 'http://localhost:8082' );
localStorage.setItem( 'url', 'https://music-api.janishutz.com' );
app.mount('#app')