mirror of
https://github.com/aelve/guide.git
synced 2024-12-01 04:36:15 +03:00
6a49d7b6ad
+ add an example `Pux` app for `category-detail` page (still in progress)
5 lines
99 B
Plaintext
5 lines
99 B
Plaintext
module Guide.Server.Constants where
|
|
|
|
defaultCategoryName :: String
|
|
defaultCategoryName = "haskell"
|