Changed ticket summary service path
This commit is contained in:
parent
fa222ab398
commit
325aae7ebd
|
@ -10,7 +10,7 @@ class Controller {
|
||||||
if (!this.ticket)
|
if (!this.ticket)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
this.$http.get(`/client/api/Tickets/${this.ticket.id}/summary`).then(res => {
|
this.$http.get(`/ticket/api/Tickets/${this.ticket.id}/summary`).then(res => {
|
||||||
if (res && res.data)
|
if (res && res.data)
|
||||||
this.summary = res.data;
|
this.summary = res.data;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue