Check index filters
Some checks failed
/ Run tests (push) Successful in 2m24s
/ Run system tests (push) Has been cancelled
/ Build, push and deploy image (push) Has been cancelled

This commit is contained in:
david 2024-09-12 00:50:38 +02:00
parent 338447763f
commit bf52112e5c
6 changed files with 58 additions and 25 deletions

View file

@ -7,7 +7,6 @@ module LinkChecker
def http(input)
response = Net::HTTP.get_response(URI.parse(input), { 'User-Agent': UA })
# debugger
case response
when Net::HTTPSuccess
response.uri