diff options
-rw-r--r-- | archive.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ import ( ) var ( - API_AVAILABILITY string = "http://archive.org/wayback/available?url=" + API_AVAILABILITY string = "https://archive.org/wayback/available?url=" API_SAVE string = "https://web.archive.org/save/" TIMEOUT time.Duration = 10 |