Skip to content

Commit 67cb6c6

Browse files
MangoIVakhesaCaro
andauthored
pick up PR for named routes cookbook again (#1726)
Adding namedRoutes cookbook Co-authored-by: akhesaCaro <[email protected]>
1 parent 831423e commit 67cb6c6

File tree

8 files changed

+441
-166
lines changed

8 files changed

+441
-166
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ shell.nix
3535

3636
# nix
3737
result*
38+
.direnv
39+
.pre-commit-config.yaml
3840

3941
# local versions of things
4042
servant-multipart

cabal.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ packages:
3636
doc/cookbook/db-postgres-pool
3737
doc/cookbook/db-sqlite-simple
3838
doc/cookbook/file-upload
39-
doc/cookbook/generic
39+
doc/cookbook/named-routes
4040
doc/cookbook/hoist-server-with-context
4141
doc/cookbook/https
4242
doc/cookbook/jwt-and-basic-auth

doc/cookbook/generic/Generic.lhs

Lines changed: 0 additions & 141 deletions
This file was deleted.

doc/cookbook/generic/generic.cabal

Lines changed: 0 additions & 24 deletions
This file was deleted.

doc/cookbook/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ you name it!
2020
structuring-apis/StructuringApis.lhs
2121
generic/Generic.lhs
2222
openapi3/OpenAPI.lhs
23+
named-routes/NamedRoutes.lhs
2324
https/Https.lhs
2425
db-mysql-basics/MysqlBasics.lhs
2526
db-sqlite-simple/DBConnection.lhs

0 commit comments

Comments
 (0)