You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
612 B
19 lines
612 B
export const Routes = {
|
|
landingPage: 'https://textbee.dev',
|
|
contribute: '/contribute',
|
|
useCases: 'https://textbee.dev/use-cases',
|
|
quickstart: 'https://textbee.dev/quickstart',
|
|
login: '/login',
|
|
register: '/register',
|
|
logout: '/logout',
|
|
resetPassword: '/reset-password',
|
|
verifyEmail: '/verify-email',
|
|
|
|
dashboard: '/dashboard',
|
|
|
|
downloadAndroidApp: 'https://textbee.dev/download',
|
|
privacyPolicy: 'https://textbee.dev/privacy-policy',
|
|
refundPolicy: 'https://textbee.dev/refund-policy',
|
|
termsOfService: 'https://textbee.dev/terms-of-service',
|
|
statusPage: 'https://status.textbee.dev',
|
|
}
|