diff --git a/src/components/CardSetImportModal.vue b/src/components/CardSetImportModal.vue new file mode 100644 index 0000000..310803b --- /dev/null +++ b/src/components/CardSetImportModal.vue @@ -0,0 +1,77 @@ + + + + + \ No newline at end of file diff --git a/src/main.ts b/src/main.ts index 70a7255..d04a78b 100644 --- a/src/main.ts +++ b/src/main.ts @@ -143,10 +143,6 @@ const apiUrl = import.meta.env.PROD ? "/" : `http://${getConfig().API_HOST}:${getConfig().API_PORT}`; -console.log(apiUrl) -console.log(import.meta.env.PROD) -console.log(`http://${getConfig().API_HOST}:${getConfig().API_PORT}`) - const axiosInstance = axios.create({ baseURL: apiUrl, headers: { diff --git a/src/views/set/SetsView.vue b/src/views/set/SetsView.vue index 0d52d2d..7fd3b94 100644 --- a/src/views/set/SetsView.vue +++ b/src/views/set/SetsView.vue @@ -1,4 +1,8 @@