# By: Riasat Ullah
# This file contains some of the url paths that can be reached on this web app. In some parts of the code base,
# references to url paths are made and in order to avoid having hard coded paths across several files, they are
# all being put in one file here. This is good for maintenance and for deploying changes more reliably.

from taskcallweb import settings

base_url = settings.REDIRECT_BASE

# general
switch_data_center_region_login = base_url + '/switch-data-center-region/login'
switch_data_center_region_login_mobile_app = base_url + '/switch-data-center-region/login/mobile-app'

# register
register = base_url + '/register'
register_member = base_url + '/register/member'
relative_url_registration_organization_switch_region = '/registration/organization/switch-region'

# services
configurations_services = base_url + '/configurations/services'

# sso
login_sso_saml = base_url + '/login/sso/saml'
