Commit 00473241 authored by nanahira's avatar nanahira

log

parent 4c49fe2d
...@@ -18,6 +18,7 @@ const https_server = https.createServer(https_options, (request, response) => { ...@@ -18,6 +18,7 @@ const https_server = https.createServer(https_options, (request, response) => {
return; return;
} }
const username = path_match[1]; const username = path_match[1];
console.log("REQUEST", username);
_request({ _request({
url: "https://ygobbs.com/users/" + username + ".json", url: "https://ygobbs.com/users/" + username + ".json",
json: true json: true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment