Skip to content

Commit 41a8018

Browse files
authored
Update index.php
1 parent 94c09a5 commit 41a8018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
if (file_exists('../url.csv')) {
99
$url = file('../url.csv', FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);
1010
} else {
11-
$url = file('https://raw.githubusercontent.com/codingbox/Pixiv-Craw/main/url_ok.txt', FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);
11+
$url = file('https://raw.githubusercontent.com/codingbox/Bye-Broken-Link/main/url_ok.txt', FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);
1212
}
1313

1414
if (empty($url[0])) {

0 commit comments

Comments
 (0)