|
|
@ -170,7 +170,7 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
} ,{
|
|
|
|
} ,{
|
|
|
|
headers: {
|
|
|
|
headers: {
|
|
|
|
'Cockpit-Token': env('VUE_APP_CMS_TOKEN')
|
|
|
|
'Cockpit-Token': process.env.VUE_APP_CMS_TOKEN
|
|
|
|
}
|
|
|
|
}
|
|
|
|
})
|
|
|
|
})
|
|
|
|
.then((res) => {
|
|
|
|
.then((res) => {
|
|
|
@ -179,7 +179,7 @@ export default {
|
|
|
|
|
|
|
|
|
|
|
|
axios.get("https://cms.aplesports.com/api/collections/get/Tournaments", {
|
|
|
|
axios.get("https://cms.aplesports.com/api/collections/get/Tournaments", {
|
|
|
|
headers: {
|
|
|
|
headers: {
|
|
|
|
'Cockpit-Token': env('VUE_APP_CMS_TOKEN')
|
|
|
|
'Cockpit-Token': process.env.VUE_APP_CMS_TOKEN
|
|
|
|
}
|
|
|
|
}
|
|
|
|
})
|
|
|
|
})
|
|
|
|
.then((res2) => {
|
|
|
|
.then((res2) => {
|
|
|
|