Skip to content

Commit

Permalink
index: expose express app as app on the returned value of slackin
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Jul 20, 2016
1 parent 646b123 commit 08a1818
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ export default function slackin ({
// setup app
let app = express()
let srv = http(app)
srv.app = app;

let assets = __dirname + '/assets'

// fetch data
Expand Down

0 comments on commit 08a1818

Please sign in to comment.