Skip to content

Commit b340cf9

Browse files
authored
swapi.dev is down, use swapi.tech (#228)
1 parent 8b31adf commit b340cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/download.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ async function cacheResources() {
3737
const cache = {};
3838

3939
for (const name of resources) {
40-
let url = `https://swapi.dev/api/${name}/`;
40+
let url = `https://swapi.tech/api/${name}/`;
4141

4242
while (url != null) {
4343
console.error(url);

0 commit comments

Comments
 (0)