From 6c1244c785ce59da7dd523d4d38aa9c1b436d310 Mon Sep 17 00:00:00 2001 From: Dillon Kearns Date: Wed, 11 May 2022 11:16:14 -0700 Subject: [PATCH] Turn off some API routes to avoid rate limit. --- examples/pokedex/app/Api.elm | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/examples/pokedex/app/Api.elm b/examples/pokedex/app/Api.elm index 6eeaf555..406f173b 100644 --- a/examples/pokedex/app/Api.elm +++ b/examples/pokedex/app/Api.elm @@ -20,11 +20,12 @@ routes : -> (Html Never -> String) -> List (ApiRoute.ApiRoute ApiRoute.Response) routes getStaticRoutes htmlToString = - [ nonHybridRoute - , noArgs - , redirectRoute - , repoStars - , repoStars2 + [ --nonHybridRoute + --, noArgs + redirectRoute + + --, repoStars + --, repoStars2 , logout , greet , fileLength