From 986a63607fcb1744531f1afd9de7d540abb1b40c Mon Sep 17 00:00:00 2001 From: Anton Kholomiov Date: Fri, 10 Nov 2023 10:30:11 +0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0464434..2f724fa 100644 --- a/README.md +++ b/README.md @@ -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