itemsPerPage: 150
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
ale 2024-10-20 22:48:17 +02:00
parent 67f43482fe
commit b526ba6965

View File

@ -51,7 +51,7 @@ const apexinstance = require('./lib/apex'),
endpoints: { endpoints: {
proxyUrl: 'https://' + constant.apexdomain + '/proxy' proxyUrl: 'https://' + constant.apexdomain + '/proxy'
}, },
itemsPerPage: 50 itemsPerPage: 150
}), }),
server = http.createServer(app).listen(4000, () => { server = http.createServer(app).listen(4000, () => {
mongoclient.connect() mongoclient.connect()