Skip to content

Commit

Permalink
fix: Fix api url back to normal (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranav Ravichandran authored May 4, 2018
1 parent 334eb92 commit caae9e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ class ExecutorQueue extends Executor {
console.log('QUEUE postBuildEvent: jwt: ', jwt);

const options = {
url: 'https://beta.api.screwdriver.cd/v4/events',
url: '/events',
method: 'POST',
headers: {
Authorization: `Bearer ${jwt}`,
Expand Down

0 comments on commit caae9e4

Please sign in to comment.