localhost removed

This commit is contained in:
sumedh
2024-08-08 19:18:37 +05:30
parent 71dadac7ce
commit e06e348bf9
5 changed files with 11 additions and 8 deletions

View File

@@ -13,6 +13,9 @@ import '@/assets/styles.scss';
import '@/assets/tailwind.css';
import axios from 'axios';
axios.defaults.baseURL = import.meta.env.VITE_BACKEND_URL; //'http://localhost:8082'
console.log(import.meta.env.VITE_BACKEND_URL);
import { createAuth } from '@websanova/vue-auth';
import driverAuthBearer from '@websanova/vue-auth/dist/drivers/auth/bearer.esm.js';
import driverHttpAxios from '@websanova/vue-auth/dist/drivers/http/axios.1.x.esm.js';