Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
samsep committed Oct 15, 2015
1 parent 20360c4 commit 218236f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/main.js
Expand Up @@ -438,7 +438,7 @@

srv = function($resource, API_URL) {
var methods, params, url;
url = API_URL + '/v3/copilots/:userId/projects/:projectId';
url = API_URL + '/v3/copilots/:userId/projects/:projectId/approved';
params = {
userId: '@userId',
projectId: '@projectId'
Expand Down

0 comments on commit 218236f

Please sign in to comment.