mirror of
https://github.com/typicode/json-server.git
synced 2025-07-28 04:32:24 +08:00
Fix CLI
This commit is contained in:
@ -16,7 +16,7 @@ module.exports = function(source) {
|
||||
var db = low()
|
||||
db.object = source
|
||||
} else {
|
||||
var db = low(filename)
|
||||
var db = low(source)
|
||||
}
|
||||
|
||||
// Expose database
|
||||
|
Reference in New Issue
Block a user