...
 
Commits (2)
......@@ -24,14 +24,15 @@ class deeplinks implements Interfaces\Api, Interfaces\ApiIgnorePam
[
'appID' => "35U3998VRZ.com.minds.mobile",
'paths' => [
'/groups/profile/*',
'/groups/*',
'/media/*',
'/newsfeed/*',
'/blog/view/*',
'/blog/*',
'/channels/*',
'/*'
'/email-confirmation'
// '/groups/profile/*',
// '/groups/*',
// '/media/*',
// '/newsfeed/*',
// '/blog/view/*',
// '/blog/*',
// '/channels/*',
// '/*'
]
]
]
......