Unexpose methods on UI RPC. (#6295)

This commit is contained in:
Tomasz Drwięga 2017-08-18 15:58:45 +02:00 committed by Arkadiy Paronyan
parent cd0c77dc5c
commit 010be34660
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ impl From<UiConfiguration> for HttpConfiguration {
enabled: conf.enabled,
interface: conf.interface,
port: conf.port,
apis: rpc_apis::ApiSet::SafeContext,
apis: rpc_apis::ApiSet::UnsafeContext,
cors: None,
hosts: conf.hosts,
server_threads: None,