diff --git a/waku/factory/external_config.nim b/waku/factory/external_config.nim index 64bf1221d7..ae8010e8f6 100644 --- a/waku/factory/external_config.nim +++ b/waku/factory/external_config.nim @@ -510,12 +510,6 @@ with the drawback of consuming some more bandwitdh.""", name: "rest-admin" .}: bool - restPrivate* {. - desc: "Enable access to REST HTTP Private API: true|false", - defaultValue: false, - name: "rest-private" - .}: bool - restAllowOrigin* {. desc: "Allow cross-origin requests from the specified origin." &