File tree 3 files changed +1
-3
lines changed
3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " fantasy-github" ,
3
- "version" : " 0.0.1-5 " ,
3
+ "version" : " 0.0.1-6 " ,
4
4
"private" : true ,
5
5
"dependencies" : {
6
6
"express" : " 3.1.0" ,
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ app.configure () ->
15
15
app .use express .favicon ()
16
16
app .use express .bodyParser ()
17
17
app .use express .cookieParser ' secretz'
18
- app .use express .session ()
19
18
app .use express .methodOverride ()
20
19
app .use app .router
21
20
app .use express .static path .join app .pwd , ' /client/app/'
Original file line number Diff line number Diff line change 24
24
app . use ( express . favicon ( ) ) ;
25
25
app . use ( express . bodyParser ( ) ) ;
26
26
app . use ( express . cookieParser ( 'secretz' ) ) ;
27
- app . use ( express . session ( ) ) ;
28
27
app . use ( express . methodOverride ( ) ) ;
29
28
app . use ( app . router ) ;
30
29
app . use ( express [ "static" ] ( path . join ( app . pwd , '/client/app/' ) ) ) ;
You can’t perform that action at this time.
0 commit comments