Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

Commit 4b0745e

Browse files
committed
Fixed API
1 parent 652e3e8 commit 4b0745e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/routes/api/games.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ router.get('/', function(req, res)
8686
(req.query.archive == "true" ? '.zip' : '/index.html');
8787
});
8888
});
89-
90-
response.call(res, games);
89+
90+
response.call(res, err, games);
9191
}
9292
);
9393
});

0 commit comments

Comments
 (0)