Skip to content

Commit

Permalink
Merge pull request #438 from rafaelaazevedo/patch-1
Browse files Browse the repository at this point in the history
fix: Need to initialise the data otherwise the server is going to load empty
  • Loading branch information
mefellows committed Apr 18, 2020
2 parents ab7c2cc + 7e84aac commit 0f427ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/e2e/test/provider.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const { server, importData, animalRepository } = require("../provider.js")
const path = require("path")

server.listen(8081, () => {
importData()
console.log("Animal Profile Service listening on http://localhost:8081")
})

Expand Down

0 comments on commit 0f427ae

Please sign in to comment.