Turn off some API routes to avoid rate limit.

This commit is contained in:
Dillon Kearns 2022-05-11 11:16:14 -07:00
parent e07eb264f0
commit 6c1244c785

View File

@ -20,11 +20,12 @@ routes :
-> (Html Never -> String) -> (Html Never -> String)
-> List (ApiRoute.ApiRoute ApiRoute.Response) -> List (ApiRoute.ApiRoute ApiRoute.Response)
routes getStaticRoutes htmlToString = routes getStaticRoutes htmlToString =
[ nonHybridRoute [ --nonHybridRoute
, noArgs --, noArgs
, redirectRoute redirectRoute
, repoStars
, repoStars2 --, repoStars
--, repoStars2
, logout , logout
, greet , greet
, fileLength , fileLength