Fix: Double slash breaks everything

This commit is contained in:
Kamigen
2024-04-28 19:52:06 -04:00
parent 453ce92481
commit 305021101c

View File

@@ -1,6 +1,6 @@
import { defineStore } from 'pinia';
const baseUrl = '/api/';
const baseUrl = '/api';
export const auth = defineStore({
id: 'auth',