Skip to content
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.

Commit

Permalink
stub in claim core endpoint so spark setup works as expected
Browse files Browse the repository at this point in the history
  • Loading branch information
David Middlecamp committed Jul 14, 2014
1 parent f491093 commit 6d3e7ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spark-server",
"version": "0.1.0",
"version": "0.1.1",
"license": "AGPL-3.0",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion js/views/api_v1.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ var Api = {
app.post('/v1/provisioning/:coreid', Api.provision_core);

//app.delete('/v1/devices/:coreid', Api.release_device);
//app.post('/v1/devices', Api.claim_device);
app.post('/v1/devices', Api.claim_device);

},

Expand Down

0 comments on commit 6d3e7ab

Please sign in to comment.