Skip to content

Commit

Permalink
Merge pull request #67 from anton-k/anton-k-patch-3
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
anton-k authored Nov 10, 2023
2 parents ba2a995 + 986a636 commit 4cfe025
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ bye :: Query "user" Text -> Get (Resp Text)
bye (Query name) = pure $ ok ("Goodbye " <> name)
```

We can test the server with curl or with swagger-ui if it's run localy on the url [http://localhost:8085/swagger-ui](http://localhost:8085/swagger-ui).
For more examples see the [directory](https://github.com/anton-k/mig/tree/main/examples/mig-example-apps).

### Comparison to Scotty and Servant
Expand Down

0 comments on commit 4cfe025

Please sign in to comment.