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)
-> List (ApiRoute.ApiRoute ApiRoute.Response)
routes getStaticRoutes htmlToString =
[ nonHybridRoute
, noArgs
, redirectRoute
, repoStars
, repoStars2
[ --nonHybridRoute
--, noArgs
redirectRoute
--, repoStars
--, repoStars2
, logout
, greet
, fileLength