Skip to content

Commit 1f2a715

Browse files
committed
Fixed API URL
1 parent 6935012 commit 1f2a715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zencoder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function json_decode($value) { return $GLOBALS['JSON_OBJECT']->decode($value); }
1919

2020
class ZencoderJob {
2121

22-
var $new_job_url = "https://zencoder-staging.heroku.com/api/jobs";
22+
var $new_job_url = "https://app.zencoder.com/api/jobs";
2323
var $new_job_params = array();
2424
var $new_job_json;
2525
var $created = false;

0 commit comments

Comments
 (0)