What if it's markdown?
This commit is contained in:
parent
730e3d3bce
commit
37e778e9eb
2 changed files with 4 additions and 4 deletions
|
@ -229,7 +229,7 @@ main = run 8081 app1
|
||||||
You can put this all into a file or just grab [servant's
|
You can put this all into a file or just grab [servant's
|
||||||
repo](http://github.com/haskell-servant/servant) and look at the
|
repo](http://github.com/haskell-servant/servant) and look at the
|
||||||
*doc/tutorial* directory. This code (the source of this web page) is in
|
*doc/tutorial* directory. This code (the source of this web page) is in
|
||||||
*doc/tutorial/Server.lhs*.
|
*doc/tutorial/Server.md*.
|
||||||
|
|
||||||
If you run it, you can go to `http://localhost:8081/users` in your browser or
|
If you run it, you can go to `http://localhost:8081/users` in your browser or
|
||||||
query it with curl and you see:
|
query it with curl and you see:
|
|
@ -12,7 +12,7 @@ through
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
ApiType.lhs
|
ApiType.lhs
|
||||||
Server.lhs
|
Server.md
|
||||||
Client.lhs
|
Client.lhs
|
||||||
Javascript.lhs
|
Javascript.lhs
|
||||||
Docs.lhs
|
Docs.lhs
|
||||||
|
|
Loading…
Reference in a new issue