mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-23 11:55:41 +03:00
Uncomment stars endpoint.
This commit is contained in:
parent
adf0b5422d
commit
35c390f704
@ -24,8 +24,8 @@ routes getStaticRoutes htmlToString =
|
||||
[ --nonHybridRoute
|
||||
--, noArgs
|
||||
redirectRoute
|
||||
, repoStars
|
||||
|
||||
--, repoStars
|
||||
--, repoStars2
|
||||
, logout
|
||||
|
||||
@ -203,7 +203,7 @@ repoStars =
|
||||
|> ApiRoute.literal "repo"
|
||||
|> ApiRoute.slash
|
||||
|> ApiRoute.capture
|
||||
--|> ApiRoute.literal ".json"
|
||||
|> ApiRoute.literal ".json"
|
||||
|> ApiRoute.serverRender
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user