remove chaine tv url
This commit is contained in:
parent
a9b8773c72
commit
6109bdceec
@ -11,7 +11,7 @@ module.exports = {
|
||||
assetsSubDirectory: 'static',
|
||||
assetsPublicPath: '/',
|
||||
proxyTable: {
|
||||
'chainetv/api/v1/chaine': {
|
||||
'/api/v1/chaine': {
|
||||
target: 'http://localhost:5000',
|
||||
changOrigin: true
|
||||
}
|
||||
@ -50,10 +50,10 @@ module.exports = {
|
||||
|
||||
build: {
|
||||
// Template for index.html
|
||||
index: path.resolve(__dirname, '../../backend/dist/index.html'),
|
||||
index: path.resolve(__dirname, '../../dist/index.html'),
|
||||
|
||||
// Paths
|
||||
assetsRoot: path.resolve(__dirname, '../../backend/dist'),
|
||||
assetsRoot: path.resolve(__dirname, '../../dist'),
|
||||
assetsSubDirectory: 'static',
|
||||
assetsPublicPath: '/',
|
||||
|
||||
|
@ -32,7 +32,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
getchaine(num) {
|
||||
let path = 'chainetv/api/v1/chaine/';
|
||||
let path = '/api/v1/chaine/';
|
||||
path += num;
|
||||
axios.get(path)
|
||||
.then((res) => {
|
||||
@ -49,7 +49,7 @@ export default {
|
||||
|
||||
},
|
||||
parsechaine() {
|
||||
const path = 'chainetv/api/v1/chaine/';
|
||||
const path = '/api/v1/chaine/';
|
||||
axios.put(path)
|
||||
.then((res) => {
|
||||
this.message = res.data;
|
||||
|
Loading…
Reference in New Issue
Block a user