Skip to content

Commit

Permalink
Update @cubejs-backend-server.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paveltiunov authored Jun 9, 2020
1 parent c3a3527 commit c523bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Cube.js-Backend/@cubejs-backend-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const cubejsServer = new CubejsServer();
cubejsServer.listen().then(({ version, port, server }) => {
console.log(`🚀 Cube.js server (${version}) is listening on ${port}`);

createTerminus(server, {
createTerminus(server, {
healthChecks: {
'/ready': () => cubejsServer.testConnections()
},
Expand Down

0 comments on commit c523bbb

Please sign in to comment.