name space admin controller

This commit is contained in:
Rimian Perkins
2019-10-10 12:08:52 +11:00
parent 2c6944e66e
commit 8cc4f880eb
7 changed files with 98 additions and 91 deletions
@@ -2,5 +2,5 @@
export default function(helpers) {
const { response } = helpers;
this.get("/patrons", () => response({ email: "[email protected]" }))
this.get("/patrons", () => response({ email: "[email protected]" }));
}