Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
https (part 2)
  • Loading branch information
Sticks committed Sep 17, 2024
1 parent 0fb8774 commit 6775eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/lib/api/api-url.ts
@@ -1,3 +1,3 @@
export const currentApiURL = () => {
return new URL('http://dl.hep.gg').origin;
return new URL('https://dl.hep.gg').origin;
};

0 comments on commit 6775eba

Please sign in to comment.