mirror of
https://github.com/wassname/GarageServer.IO.git
synced 2026-07-21 12:20:38 +08:00
Fixed client path
This commit is contained in:
@@ -23,6 +23,7 @@ app.configure(function(){
|
||||
app.use(express.methodOverride());
|
||||
app.use(app.router);
|
||||
app.use(express.static(path.join(__dirname, 'public')));
|
||||
app.use(express.static(path.join(__dirname, '..', 'client')));
|
||||
});
|
||||
|
||||
app.configure('development', function(){
|
||||
|
||||
Reference in New Issue
Block a user