Skip to content

Commit

Permalink
Merge pull request #45 from jflanaganuk/develop
Browse files Browse the repository at this point in the history
Updated urls
  • Loading branch information
jflanaganuk authored Sep 29, 2024
2 parents d2e5c97 + 071d91d commit 12de9b4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cacheMeIfYouCan/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Cache Me If You Can</title>
<link rel="stylesheet" href="https://www.uploadr.co.uk/ext/style.css" />
<link rel="stylesheet" href="https://www.joshdev.io/ext/style.css" />
</head>
<body>
<div class="container">
Expand All @@ -32,7 +32,7 @@ <h1>CacheMeIfYouCan 📦</h1>
refreshLog();
}, 3000);
function refreshLog() {
fetch("https://www.uploadr.co.uk/ext/log.txt")
fetch("https://www.joshdev.io/ext/log.txt")
.then((res) => res.text())
.then((res) => {
const resFormatted = String(`[${res.slice(0, -2)}]`);
Expand Down
2 changes: 1 addition & 1 deletion redirect-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
<h2>Imdbfetch is no longer available!</h3>
<p>Imdbfetch has been renamed to LOFAT</p>
<p>Please download the new app from here:</p>
<a href="https://www.uploadr.co.uk/lofat"><button>Click to go to new site!</button></a>
<a href="https://www.joshdev.io/lofat"><button>Click to go to new site!</button></a>
</body>
</html>
3 changes: 2 additions & 1 deletion src/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
*/

// export const rootUrl = "http://localhost:4000/api/3";
export const rootUrl = "https://www.uploadr.co.uk/ext/api/3";
// export const rootUrl = "https://www.uploadr.co.uk/ext/api/3";
export const rootUrl = "https://www.joshdev.io/ext/api/3";

export const imageGlobalProps: ImageGlobalPropsType = {
base_url: "http://image.tmdb.org/t/p/",
Expand Down

0 comments on commit 12de9b4

Please # to comment.