mirror of
https://github.com/seejohnrun/haste-server
synced 2025-08-14 12:06:50 -07:00
Remove url from static_handler.js
This commit is contained in:
parent
44d54174ed
commit
4f00d3c71a
2 changed files with 4 additions and 6 deletions
|
@ -35,6 +35,6 @@ http.createServer(function(request, response) {
|
|||
|
||||
// Otherwise, look for static file
|
||||
handler = new StaticHandler('./static');
|
||||
handler.handle(request, response);
|
||||
handler.handle(incoming.pathname, response);
|
||||
|
||||
}).listen(7777);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue