Skip to content

Commit

Permalink
Update Odin.ts
Browse files Browse the repository at this point in the history
Update proxy
  • Loading branch information
fishylunar authored Jan 12, 2025
1 parent fcee4d3 commit d591ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logic/Odin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export type { OdinEvent, OdinEvents, OdinEventsArray };
*/
export async function getEvents(): Promise<OdinEvents> {
const url =
"https://corsproxy.io/?" + // CORS Proxy xd
"https://api.cors.lol/?url=" + // CORS Proxy xd
encodeURIComponent("http://www.odin.dk/112puls/");
try {
const response = await fetch(url, {
Expand Down

0 comments on commit d591ac0

Please sign in to comment.