Uncomment stars endpoint.

This commit is contained in:
Dillon Kearns 2023-05-11 15:15:01 -07:00
parent adf0b5422d
commit 35c390f704

View File

@ -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