fix: admin dashboard bugs (#74)

This commit is contained in:
Joel Jacob Stephen
2023-04-07 03:23:55 +05:30
committed by GitHub
parent a33337ae0c
commit e54f837b83
8 changed files with 54 additions and 24 deletions

View File

@@ -18,6 +18,7 @@ import { auth } from './helpers/auth';
urql,
createClient({
url: import.meta.env.VITE_BACKEND_GQL_URL,
requestPolicy: 'network-only',
fetchOptions: () => {
return {
credentials: 'include',
@@ -33,4 +34,4 @@ import { auth } from './helpers/auth';
HOPP_MODULES.forEach((mod) => mod.onVueAppInit?.(app));
app.mount('#app');
})()
})();