web-backend-connect

This commit is contained in:
CoGomu
2025-05-24 20:27:10 +02:00
parent 5a66a6db3c
commit fd22136757
10 changed files with 118 additions and 15 deletions

View File

@@ -1,5 +1,8 @@
<script setup lang="ts">
import { UApp } from '#components';
import axios from 'axios';
axios.defaults.baseURL = 'http://localhost:8080'
</script>