From eb3532eab572f4a9196f1797ed6644042a87ef4e Mon Sep 17 00:00:00 2001 From: librelois <elois@ifee.fr> Date: Wed, 29 Nov 2017 16:18:38 +0100 Subject: [PATCH] [fix] error in head api --- app/modules/ws2p/lib/WS2PCluster.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/modules/ws2p/lib/WS2PCluster.ts b/app/modules/ws2p/lib/WS2PCluster.ts index e60bad06c..8faf0aed5 100644 --- a/app/modules/ws2p/lib/WS2PCluster.ts +++ b/app/modules/ws2p/lib/WS2PCluster.ts @@ -606,7 +606,7 @@ export class WS2PCluster { } - api += network + ws2pPrivate + ws2pPublic + api += ws2pPrivate + ws2pPublic return api } -- GitLab