adamant-api
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -6,3 +6,2 @@ const request = require('sync-request'); | ||
module.exports = (hotNode) => { | ||
return (type, input) => { | ||
@@ -51,3 +50,3 @@ let endpoint = false, | ||
case 'uri': | ||
endpoint = '/api/'+input; | ||
endpoint = '/api/' + input; | ||
break | ||
@@ -54,0 +53,0 @@ default: |
{ | ||
"name": "adamant-api", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "\"REST API for ADAMANT Blockchain\"", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |