diff --git a/src/stores/auth.js b/src/stores/auth.js index df46393..dd1cc3c 100644 --- a/src/stores/auth.js +++ b/src/stores/auth.js @@ -1,6 +1,6 @@ import { defineStore } from 'pinia'; -const baseUrl = '/api/'; +const baseUrl = '/api'; export const auth = defineStore({ id: 'auth',