More JS files

This commit is contained in:
Robin Ward 2020-03-24 16:18:56 -04:00
parent 0fd0a04019
commit 4876884fd1
3 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
import Route from "@ember/routing/route";
export default Route.extend({
model() {
return this.store.createRecord("api-key");
}
});