Skip to content

Commit 137f0d7

Browse files
committed
fix: Updated ads.txt redirect
1 parent 133b54e commit 137f0d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/endpoints/ads.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class Ads extends Endpoint {
77
}
88

99
async main (req, res) {
10-
res.status(301).redirect('https://adstxt.venatusmedia.com/master_ads.txt')
10+
res.status(301).redirect('https://adstxt.venatusmedia.com/60141fc2fe24b76bfed264da_ads.txt')
1111
}
1212
}
1313

0 commit comments

Comments
 (0)