Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
samsep committed Nov 3, 2015
1 parent 848f298 commit 24987b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dist/main.js
Expand Up @@ -843,8 +843,9 @@
};

srv = function($resource, API_URL) {
var methods, url;
var methods, params, url;
url = API_URL + '/v3/projects/copilot/unclaimed';
params = {};
methods = {
put: {
method: 'PUT',
Expand Down

0 comments on commit 24987b5

Please sign in to comment.