Skip to content

Commit

Permalink
update copilot endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
samsep committed Oct 15, 2015
1 parent f17825f commit a8b38f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/copilot-project-details-api.service.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ transformResponse = (response) ->
parsed?.result?.content || []

srv = ($resource, API_URL) ->
url = API_URL + '/v3/copilots/:userId/projects/:projectId'
url = API_URL + '/v3/copilots/:userId/projects/:projectId/approved'

params =
userId: '@userId'
Expand Down

0 comments on commit a8b38f7

Please sign in to comment.