Skip to content

Commit 68ff391

Browse files
gh-pages
1 parent dc7154a commit 68ff391

15 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

server.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ app.configure(function(){
1616
app.use(express.bodyParser());
1717
app.use(express.methodOverride());
1818
app.use(app.router);
19-
app.use(express.static(__dirname + '/public'));
19+
app.use(express.static(__dirname ));
2020
});
2121

2222
app.configure('development', function(){
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)