Readd BASE_PATH export

Signed-off-by: Antoine Mazeas <antoine@karthanis.net>
This commit is contained in:
Antoine Mazeas 2020-01-07 19:21:37 +01:00
parent 3c7b4fc09c
commit 9d587e32f2

View File

@ -245,6 +245,7 @@ export async function doClientAuth(server, type, username, password) {
} }
export default { export default {
BASE_PATH,
login, ping, setBasePath, getFeatures, remoteGetFeatures, login, ping, setBasePath, getFeatures, remoteGetFeatures,
openLogSocket, openLogSocket,
debugOpenFile, debugOpenFileEnabled, updateDebugOpenFileEnabled, debugOpenFile, debugOpenFileEnabled, updateDebugOpenFileEnabled,