work on jwt auth
This commit is contained in:
9
app/models/edition.js
Normal file
9
app/models/edition.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import Model, { attr } from "@ember-data/model";
|
||||
|
||||
export default class EditionModel extends Model {
|
||||
@attr name;
|
||||
@attr theme;
|
||||
@attr status;
|
||||
@attr startDate;
|
||||
@attr endDate;
|
||||
}
|
||||
Reference in New Issue
Block a user