Changed ticket summary service path
This commit is contained in:
parent
fa222ab398
commit
325aae7ebd
|
@ -10,7 +10,7 @@ class Controller {
|
|||
if (!this.ticket)
|
||||
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)
|
||||
this.summary = res.data;
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue