mirror of
https://github.com/bitinflow/server.git
synced 2026-03-13 13:35:53 +00:00
move proxy.js to lib/Proxy.js
This commit is contained in:
@@ -6,7 +6,7 @@ import Debug from 'debug';
|
|||||||
import http from 'http';
|
import http from 'http';
|
||||||
import Promise from 'bluebird';
|
import Promise from 'bluebird';
|
||||||
|
|
||||||
import Proxy from './proxy';
|
import Proxy from './lib/Proxy';
|
||||||
import rand_id from './lib/rand_id';
|
import rand_id from './lib/rand_id';
|
||||||
import BindingAgent from './lib/BindingAgent';
|
import BindingAgent from './lib/BindingAgent';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user