mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
Change all "api" URLs. Ideally the path prefix would be an option.
This commit is contained in:
@@ -15,7 +15,7 @@ module.exports = syrup.serial()
|
||||
var resolver = Promise.defer()
|
||||
|
||||
var req = request.post({
|
||||
url: util.format('%sapi/v1/s/%s', options.storageUrl, type)
|
||||
url: util.format('%ss/api/v1/%s', options.storageUrl, type)
|
||||
}
|
||||
, function(err, res, body) {
|
||||
if (err) {
|
||||
|
||||
Reference in New Issue
Block a user