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