autopilot-sdk
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -39,3 +39,3 @@ 'use strict'; | ||
var VERSION = 'v1'; | ||
var ENDPOINT = 'https://api2.autopilothq.com/' + VERSION; | ||
var ENDPOINT = 'https://api2.autopilothq.com/' + VERSION + '/'; | ||
@@ -42,0 +42,0 @@ /** |
import axios from 'axios'; | ||
const VERSION = 'v1'; | ||
const ENDPOINT = `https://api2.autopilothq.com/${VERSION}`; | ||
const ENDPOINT = `https://api2.autopilothq.com/${VERSION}/`; | ||
@@ -6,0 +6,0 @@ /** |
{ | ||
"name": "autopilot-sdk", | ||
"description": "Node SDK for Autopilot", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"author": "Samuel Amoah <sa.am@programmer.net>", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
16094