This commit is contained in:
Vladimir Voronin
2024-10-24 18:50:31 +03:00
parent 86cfbf7d66
commit 40ef9674e9
2 changed files with 3 additions and 0 deletions

View File

@@ -15,7 +15,9 @@
<script setup lang="ts">
import MenuBar from "./components/MenuBar.vue";
import OverlayView from "@/components/OverlayView.vue";
import axios from "@/plugins/axios";
console.log(axios)
// @Options({
// components: {

View File

@@ -8,6 +8,7 @@ const apiClient = axios.create({
'Content-Type': 'application/json',
}
});
export default apiClient;