6 lines
197 B
JavaScript
6 lines
197 B
JavaScript
// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved.
|
|
// See License.txt for license information.
|
|
|
|
export function getCurrentUrl(state) {
|
|
return state.entities.general.credentials.url;
|
|
}
|