Skip to content

Commit

Permalink
we're afraid. very afraid.
Browse files Browse the repository at this point in the history
  • Loading branch information
astro committed Oct 24, 2013
1 parent c8b9c92 commit 06c8dd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server.js
Expand Up @@ -8,6 +8,7 @@ var MAX_FILE_SIZE = 300 * 1024 * 1024;
var HTML_HEADERS = { 'Content-Type': 'text/html; charset=UTF-8' };

var app = express();
app.use(express.basicAuth('k-ot', 'k-ot'));

app.get('/', function(req, res) {
res.writeHead(200, HTML_HEADERS);
Expand Down

0 comments on commit 06c8dd5

Please sign in to comment.