Config added to service header

This commit is contained in:
dev-chiefworks
2022-01-16 15:22:21 -05:00
parent a167173860
commit 1a2d641e1d
2 changed files with 8 additions and 4 deletions
+4 -2
View File
@@ -5,11 +5,13 @@ function getConfig() {
{
"dash_url": 'https://dashboard.wrenchboard.com',
"dash_url_login": "https://www.wrenchboard.com/login",
"dash_url_signup": "https://www.wrenchboard.com/signup",
"android_app": 'https://play.google.com/store/apps/details?id=com.wrenchboard.users',
"apple_app": 'https://itunes.apple.com/us/app/wrenchboard/id1435718367?ls=1&mt=8',
"facebook_link": 'https://www.facebook.com/wrenchboard',
"twitter_link" : 'https://twitter.com/wrenchboard/',
"support_email" : 'support@wrenchboard.com',
"twitter_link": 'https://twitter.com/wrenchboard/',
"support_email": 'support@wrenchboard.com',
"dummy": "2018-06-25T18:54:22.000Z",
}
];