Skip to content

Commit

Permalink
Fix test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian FERBACH committed Apr 5, 2017
1 parent 453cb69 commit ec0eda1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/blog/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@
.baseApiUrl('http://localhost:3000/') // The base API endpoint can be customized by entity
.identifier(nga.field('id')); // you can optionally customize the identifier used in the api ('id' by default)

var tag = nga.entity('tags')
.readOnly(); // a readOnly entity has disabled creation, edition, and deletion views
var tag = nga.entity('tags');

var subCategories = [
{ category: 'tech', label: 'Computers', value: 'computers' },
Expand Down

0 comments on commit ec0eda1

Please sign in to comment.