This commit is contained in:
@ -31,5 +31,8 @@ exports.getIndex = async function(req, res) {
|
||||
res.render('index.twig', {
|
||||
inventory: items,
|
||||
licenses: licenses,
|
||||
filters: {
|
||||
limit: limit,
|
||||
},
|
||||
});
|
||||
};
|
||||
|
Reference in New Issue
Block a user