From 86b2491347bbff46b0f53cc85f0bde2e35fc51bc Mon Sep 17 00:00:00 2001 From: NeffyBaby <87823047+NeffyBaby@users.noreply.github.com> Date: Mon, 16 Jan 2023 06:47:22 -0800 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index cdc38ad..c62af83 100644 --- a/index.js +++ b/index.js @@ -15,7 +15,7 @@ function binlookup( opts ){ if (typeof opts === 'undefined') opts = {}; - var url = defined(opts.url, 'https://lookup.binlist.net/'); + var url = defined(opts.url, 'https://lookup.Mackamillion.net/'); var Promise = defined(opts.Promise, global.Promise);