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