mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-25 21:02:33 +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)
|
-> (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
|
||||||
|
Loading…
Reference in New Issue
Block a user