Updated client env references

This commit is contained in:
2025-11-19 21:21:49 -05:00
parent a1a5654f63
commit ca5066249f
8 changed files with 8 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ import AlertDescription from './components/ui/alert/AlertDescription.vue';
const userStore = useUserStore();
// onMounted(async () => {
// const res = await fetch(`${import.meta.env.VITE_APIHOST}/members/me`, {
// const res = await fetch(`${import.meta.env.BASE_URL}/members/me`, {
// credentials: 'include',
// });
// const data = await res.json();