mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
Correct request version
This commit is contained in:
parent
9fa9342bdc
commit
30f1052f90
@ -41,7 +41,6 @@ exp.extract_cape_url = function(profile) {
|
||||
// specified. +callback+ contains the body, response,
|
||||
// and error buffer. get_from helper method is available
|
||||
exp.get_from_options = function(url, options, callback) {
|
||||
console.log("HERE: " + config.http_timeout)
|
||||
request.get({
|
||||
url: url,
|
||||
headers: {
|
||||
|
||||
@ -29,10 +29,10 @@
|
||||
"canvas": "1.1.6",
|
||||
"jade": "~1.8.2",
|
||||
"lwip": "0.0.6",
|
||||
"redis": "0.12.1",
|
||||
"request": "2.51.1",
|
||||
"mime": "1.2.11",
|
||||
"node-df": "0.1.1",
|
||||
"mime": "1.2.11"
|
||||
"redis": "0.12.1",
|
||||
"request": "^2.51.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"coveralls": "^2.11.2",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user