diff --git a/index.js b/index.js index 2a9dfdb..ab9918b 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,6 @@ var express = require('express'); var app = express(); +var pg = require('pg'); app.set('port', (process.env.PORT || 5000)); diff --git a/views/pages/index.ejs b/views/pages/index.ejs index e4abe01..51d97e0 100644 --- a/views/pages/index.ejs +++ b/views/pages/index.ejs @@ -13,7 +13,7 @@ -

Welcome to the Heroku workshop

+

Welcome to the Newbeans SF Heroku workshop

This is a sample Node application deployed to Heroku. It's a reasonably simple app - but a good foundation for understanding how to get the most out of the Heroku platform.

Getting Started with Node Source on GitHub