From 49606e62ff6d1006fc4fa44fefb358d48da5f696 Mon Sep 17 00:00:00 2001 From: Kirill Shumilov Date: Fri, 15 Sep 2017 12:14:55 +0300 Subject: [PATCH] fix(xod-cli): make default PM url points to production server --- packages/xod-cli/src/xodc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/xod-cli/src/xodc.js b/packages/xod-cli/src/xodc.js index af9f57a3..b2097995 100644 --- a/packages/xod-cli/src/xodc.js +++ b/packages/xod-cli/src/xodc.js @@ -10,7 +10,7 @@ import publish from './xodc-publish'; import transpile from './xodc-transpile'; import unpack from './xodc-unpack'; -const PM_SWAGGER_URL = 'https://pm.xod.show/swagger'; +const PM_SWAGGER_URL = 'https://pm.xod.io/swagger'; // In case of unhandled errors this would give more adequate debug traces: // 1. More than default 10 items