Last active
June 25, 2021 13:42
-
-
Save keithstric/3fa5c74376323e099ca2e86e89cf4d05 to your computer and use it in GitHub Desktop.
http-cache
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export const CachableRoutePatterns = { | |
'/api/person/:id': true, | |
'https://pokeapi.co/api/v2/pokemon': false | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment