first test with docker

This commit is contained in:
lesion
2019-03-05 00:19:13 +01:00
parent 91579e56dd
commit e10e081563
14 changed files with 106 additions and 95 deletions

View File

@@ -1,8 +1,7 @@
import axios from 'axios'
import config from '../config'
import store from './store'
const api = axios.create({
baseURL: config.apiurl,
baseURL: '/api',
withCredentials: false,
responseType: 'json',
headers: {