Hapus Nomor Port dari URL Node JS
url.replace(/:\d+/, ""); // Replaces : with any digits after it from URL
I_Like_Cats__
url.replace(/:\d+/, ""); // Replaces : with any digits after it from URL