Skip to content

Commit

Permalink
Merge pull request #111 from ThilakReddyy/develop
Browse files Browse the repository at this point in the history
Add:Exam_codes
  • Loading branch information
ThilakReddyy authored Nov 19, 2023
2 parents bb8d196 + b32e6e9 commit b16ecf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/api/academicresult.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const redis = new Redis(process.env.REDIS_URL);
class ResultScraper {
constructor(rollNumber) {
this.url = 'http://results.jntuh.ac.in/resultAction';
this.url = "http://202.63.105.184/results/resultAction";
// this.url = "http://202.63.105.184/results/resultAction";
this.rollNumber = rollNumber;
this.data = { Details: {}, Results: {} };
this.examCodes = {
Expand Down

1 comment on commit b16ecf1

@vercel
Copy link

@vercel vercel bot commented on b16ecf1 Nov 19, 2023

Please sign in to comment.