This should be js

This commit is contained in:
Robin Ward 2020-03-24 16:13:30 -04:00
parent ac34c7740a
commit 0fd0a04019
1 changed files with 0 additions and 7 deletions

View File

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