pofider / node-simple-odata-server

Simple OData server for node.js
MIT License
97 stars 61 forks source link

fix example/simple.js #1

Closed leboff closed 9 years ago

leboff commented 9 years ago

lib/metadata.js is looking for value 'entityType' in the entityset. This either needed to be changed to 'type' or the example updated

pofider commented 9 years ago

Thanks. Let's keep the OData metadata syntax and use rather entityType in example.