Skip to content

Commit

Permalink
Fix read only
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Dec 3, 2013
1 parent 5d2a648 commit db7370e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ var server = require('json-server'),

var db = seed.run();

server.run(db, { mode: 'read-only' });
server.run(db, { readOnly: true });

0 comments on commit db7370e

Please sign in to comment.