forked from jsnbuchanan/crowd-funder-for-time-pwa
bump version to 0.2.3, add endpoint name update
This commit is contained in:
@@ -473,7 +473,7 @@ export default class ProjectViewView extends Vue {
|
||||
|
||||
const givesInUrl =
|
||||
this.apiServer +
|
||||
"/api/v2/report/givesForPlans?planIds=" +
|
||||
"/api/v2/report/givesToPlans?planIds=" +
|
||||
encodeURIComponent(JSON.stringify([projectId]));
|
||||
try {
|
||||
const resp = await this.axios.get(givesInUrl, { headers });
|
||||
|
||||
Reference in New Issue
Block a user