Config added

This commit is contained in:
dev-chiefworks
2022-01-16 14:57:41 -05:00
parent 11082cecac
commit 09e40ae99d
2 changed files with 20 additions and 2 deletions
+16
View File
@@ -0,0 +1,16 @@
import React from 'react';
function getConfig() {
return [
{
"dash_url": 'https://dashboard.wrenchboard.com',
"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',
"post_date": "2018-06-25T18:54:22.000Z",
}
];
}
export default getConfig;