mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-25 04:43:03 +03:00
Turn off some API routes to avoid rate limit.
This commit is contained in:
parent
e07eb264f0
commit
6c1244c785
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user