work on jwt auth
This commit is contained in:
7
app/models/person.js
Normal file
7
app/models/person.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import Model, { attr } from "@ember-data/model";
|
||||
|
||||
export default class PersonModel extends Model {
|
||||
@attr("string") firstname;
|
||||
@attr("string") lastname;
|
||||
@attr("date") birthday;
|
||||
}
|
||||
Reference in New Issue
Block a user