diff --git a/code/websites/pokedex.online/src/router/index.js b/code/websites/pokedex.online/src/router/index.js index 3f2b259..cb29ee3 100644 --- a/code/websites/pokedex.online/src/router/index.js +++ b/code/websites/pokedex.online/src/router/index.js @@ -27,6 +27,11 @@ const routes = [ name: 'ApiKeyManager', component: ApiKeyManager }, + { + path: '/client-credentials', + name: 'ClientCredentialsManager', + component: ClientCredentialsManager + }, { path: '/oauth/callback', name: 'OAuthCallback',