Skip to content

Commit

Permalink
Add:codes
Browse files Browse the repository at this point in the history
  • Loading branch information
ThilakReddyy committed Dec 7, 2023
1 parent b16ecf1 commit 05d1639
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pages/api/academicresult.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ class ResultScraper {
this.examCodes = {
btech: {
R18: {
'1-1': ['1323', '1358', '1404', '1430', '1467', '1504', '1572', '1615', '1658', '1700'],
'1-2': ['1356', '1363', '1381', '1435', '1448', '1481', '1503', '1570', '1620', '1622', '1656', '1705'],
'2-1': ['1391', '1425', '1449', '1496', '1560', '1610', '1628', '1667', '1671', '1707'],
'2-2': ['1437', '1447', '1476', '1501', '1565', '1605', '1627', '1663', '1711', '1715'],
'3-1': ['1454', '1491', '1550', '1590', '1626', '1639', '1645', '1655', '1686', '1697'],
'3-2': ['1502', '1555', '1595', '1625', '1638', '1649', '1654', '1682', '1690', '1696'],
'4-1': ['1545', '1585', '1624', '1640', '1644', '1653', '1678', '1695'],
'4-2': ['1580', '1600', '1623', '1672', '1673', '1677', '1691', '1698']
'1-1': ['1323', '1358', '1404', '1430', '1467', '1504', '1572', '1615', '1658', '1700','1732'],
'1-2': ['1356', '1363', '1381', '1435', '1448', '1481', '1503', '1570', '1620', '1622', '1656', '1705','1730'],
'2-1': ['1391', '1425', '1449', '1496', '1560', '1610', '1628', '1667', '1671', '1707','1728'],
'2-2': ['1437', '1447', '1476', '1501', '1565', '1605', '1627', '1663', '1711', '1715','1725'],
'3-1': ['1454', '1491', '1550', '1590', '1626', '1639', '1645', '1655', '1686', '1697','1722'],
'3-2': ['1502', '1555', '1595', '1625', '1638', '1649', '1654', '1682', '1690', '1696','1719'],
'4-1': ['1545', '1585', '1624', '1640', '1644', '1653', '1678', '1695','1717'],
'4-2': ['1580', '1600', '1623', '1672', '1673', '1677', '1691', '1698','1716']
},
R22: {
'1-1': ['1662', '1699'],
Expand Down

1 comment on commit 05d1639

@vercel
Copy link

@vercel vercel bot commented on 05d1639 Dec 7, 2023

Please sign in to comment.