Rename api_server2 module to apiserver
This commit is contained in:
13
freqtrade/rpc/api_server/deps.py
Normal file
13
freqtrade/rpc/api_server/deps.py
Normal file
@@ -0,0 +1,13 @@
|
||||
from .webserver import ApiServer
|
||||
|
||||
|
||||
def get_rpc():
|
||||
return ApiServer._rpc
|
||||
|
||||
|
||||
def get_config():
|
||||
return ApiServer._config
|
||||
|
||||
|
||||
def get_api_config():
|
||||
return ApiServer._config['api_server']
|
||||
Reference in New Issue
Block a user