deshortify
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "deshortify", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Turns short URLs into long, meaningful, crap-less URLs.", | ||
@@ -5,0 +5,0 @@ "main": "dist/deshortify.js", |
@@ -133,4 +133,4 @@ const http = require("http"); | ||
// debugger; | ||
console.log(request.getHeaders()); | ||
console.log(res.headers); | ||
//console.log(request.getHeaders()); | ||
//console.log(res.headers); | ||
@@ -137,0 +137,0 @@ if ("location" in res.headers) { |
48456