mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 10:20:58 -06:00
More JS files
This commit is contained in:
parent
0fd0a04019
commit
4876884fd1
@ -0,0 +1,7 @@
|
||||
import Route from "@ember/routing/route";
|
||||
|
||||
export default Route.extend({
|
||||
model() {
|
||||
return this.store.createRecord("api-key");
|
||||
}
|
||||
});
|
Loading…
Reference in New Issue
Block a user