post flow-to-ts cleanup

This commit is contained in:
Fred K. Schott
2018-01-29 11:06:40 -08:00
committed by Elliot Lee
parent dc39343899
commit 94196ab268
5 changed files with 4 additions and 18 deletions

View File

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