forked from Ivasoft/mattermost-mobile
8 lines
278 B
JavaScript
8 lines
278 B
JavaScript
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
|
// See LICENSE.txt for license information.
|
|
|
|
export default {
|
|
TERMS_OF_SERVICE: 'https://about.mattermost.com/default-terms/',
|
|
PRIVACY_POLICY: 'https://about.mattermost.com/default-privacy-policy/',
|
|
};
|