This commit is contained in:
Jill 2024-02-29 14:03:23 +03:00
parent 3501f5086a
commit 758d0f9665
1 changed files with 2 additions and 0 deletions

View File

@ -226,6 +226,8 @@ app.get('/list', (req, res) => {
});
app.get('/ids', (req, res) => {
const type = req.query.type;
let list;
if (!type || type === '' || type === 'regular') {
list = levels.ids.regular;