Skip to content

Commit

Permalink
Add require(express) to example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Acconut authored Sep 27, 2018
1 parent 9ac6bf9 commit 2b2c040
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ server.datastore = new tus.FileStore({
path: '/files'
});

const express = require('express');
const app = express();
const uploadApp = express();
uploadApp.all('*', server.handle.bind(server));
Expand Down

0 comments on commit 2b2c040

Please sign in to comment.