mirror of
https://github.com/xodio/xod.git
synced 2026-03-12 03:36:49 +01:00
fix(xod-cli): make default PM url points to production server
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user