Skip to content

Commit 34ce80f

Browse files
committed
Fix space rocks demo.
1 parent 8fc1baf commit 34ce80f

File tree

1 file changed

+1
-1
lines changed
  • coder-apps/common/space_rocks_/app

1 file changed

+1
-1
lines changed

coder-apps/common/space_rocks_/app/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exports.post_routes = [
77
];
88

99

10-
exports.index_handler = function( req, res ) {
10+
exports.index_handler = function( app, req, res ) {
1111
res.render( app.view() );
1212
};
1313

0 commit comments

Comments
 (0)