Fix axios and server setup

This commit is contained in:
Kevin Thomas
2021-08-08 23:52:44 -07:00
parent cd6af207be
commit ad810beea9
15 changed files with 17131 additions and 110 deletions

View File

@@ -1,12 +1,7 @@
import Vue from 'vue'
import Axios from 'axios'
import VueRouter from 'vue-router'
import Home from '../views/Home.vue'
const instance = Axios.create({
baseURL: 'https://localhost:3000',
withCredentials: true
})
import instance from '../axios'
Vue.use(VueRouter)