Make http server dev only

This commit is contained in:
Brad Chase
2017-05-05 14:59:15 -04:00
parent f1f5364d07
commit f175966816
5 changed files with 6 additions and 50 deletions

View File

@@ -1,6 +1,6 @@
'use strict';
const createHTTPServer = require('../src/index').createHTTPServer;
'use strict';
const createHTTPServer = require('../src/http').createHTTPServer;
const port = 5990;
const serverUrl = 'wss://s1.ripple.com';