Skip to content

Commit

Permalink
Update api url
Browse files Browse the repository at this point in the history
Old domain expired and I'm broke
  • Loading branch information
uno-p-5 authored Nov 18, 2024
1 parent 054903a commit b681968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/query-db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export async function queryDatabase(
const universityUri = encodeURIComponent(universityParam);
const geUri = encodeURIComponent(geParam);

const url = `https://ge-z.info/api/cvc-courses?institution=${universityUri}&ge=${geUri}`;
const url = `https://i-did-ur.mom/api/cvc-courses?institution=${universityUri}&ge=${geUri}`;

try {
const response = await fetch(url);
Expand Down

1 comment on commit b681968

@smalldrew
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol

Please sign in to comment.