/* |
- |
- |
Matches any URL whose path starts with / |
/articles/* |
- |
- |
Matches any URL whose path starts with /articles/ |
/recipes/* |
- |
- |
Matches any URL whose path starts with /recipes/ |
/coaching/* |
- |
- |
Matches any URL whose path starts with /coaching/ |
/dashboard/discussions/* |
- |
- |
Matches any URL whose path starts with /dashboard/discussions/ |
/dashboard/transformation/* |
- |
- |
Matches any URL whose path starts with /dashboard/transformation/ |
/dashboard/feeds/* |
- |
- |
Matches any URL whose path starts with /dashboard/feeds/ |
/mychallenges |
- |
- |
Matches any URL whose path starts with /mychallenges |
/mychallenges/* |
- |
- |
Matches any URL whose path starts with /mychallenges/ |
/explore-challenges |
- |
- |
Matches any URL whose path starts with /explore-challenges |
/explore-challenges/* |
- |
- |
Matches any URL whose path starts with /explore-challenges/ |
/support |
- |
- |
Matches any URL whose path starts with /support |
/tutorial |
- |
- |
Matches any URL whose path starts with /tutorial |
/tutorials |
- |
- |
Matches any URL whose path starts with /tutorials |
/faq |
- |
- |
Matches any URL whose path starts with /faq |
/fitshop |
- |
- |
Matches any URL whose path starts with /fitshop |
/dashboard/fitshop |
- |
- |
Matches any URL whose path starts with /dashboard/fitshop |