request index url not show

This commit is contained in:
Rimian Perkins 2019-09-14 18:21:43 +10:00
parent 1c89252918
commit b77c211a71
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ export default Discourse.Route.extend({
phone: "" phone: ""
}); });
return ajax("/patrons/patrons", { return ajax("/patrons", {
method: "get" method: "get"
}) })
.then(result => { .then(result => {