UPDATE
This commit is contained in:
@@ -1159,7 +1159,7 @@
|
||||
this.tab1.activities = [];
|
||||
|
||||
try {
|
||||
const response = await axios.get('/api/pivot01/activity_stats', {
|
||||
const response = await axios.get(HTTP_HOST + 'api/pivot01/activity_stats', {
|
||||
params: { year: this.tab1.year }
|
||||
});
|
||||
|
||||
@@ -1197,7 +1197,7 @@
|
||||
this.loading = true;
|
||||
|
||||
try {
|
||||
const response = await axios.get('/api/pivot01/registration_details', {
|
||||
const response = await axios.get(HTTP_HOST + 'api/pivot01/registration_details', {
|
||||
params: {
|
||||
activityNum: activity.num
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user