basic subscribe page
This commit is contained in:
@@ -2,4 +2,8 @@ export default function(helpers) {
|
||||
const { response } = helpers;
|
||||
|
||||
this.get("/patrons", () => response({ email: "[email protected]" }));
|
||||
|
||||
this.get("/groups/:plan", id => {
|
||||
return response({ full_name: "Saboo", bio_cooked: "This is the plan" });
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user