Skip to content

Commit

Permalink
examples: remove problematic file from download example
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Apr 11, 2015
1 parent bbcc1e1 commit ab3e7b2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/downloads/files/utf-8 한中日.txt

This file was deleted.

1 change: 0 additions & 1 deletion examples/downloads/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ var app = module.exports = express();
app.get('/', function(req, res){
res.send('<ul>'
+ '<li>Download <a href="/files/amazing.txt">amazing.txt</a>.</li>'
+ '<li>Download <a href="/files/utf-8 한中日.txt">utf-8 한中日.txt</a>.</li>'
+ '<li>Download <a href="/files/missing.txt">missing.txt</a>.</li>'
+ '<li>Download <a href="/files/CCTV大赛上海分赛区.txt">CCTV大赛上海分赛区.txt</a>.</li>'
+ '</ul>');
Expand Down

0 comments on commit ab3e7b2

Please sign in to comment.