From a997f738dd20799a15777c6eb436700ee33dcc99 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Wed, 7 May 2025 19:34:21 +0100 Subject: [PATCH] Update README.md --- README.md | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/README.md b/README.md index 6270d753..4dba0207 100644 --- a/README.md +++ b/README.md @@ -104,23 +104,3 @@ curl -XPOST \ -d '{"name": "alice"}' \ http://localhost:8080 ``` - -## Micro - -Use the [Micro](https://github.com/micro/micro) cli to call it - -``` -micro call helloworld Say.Hello '{"name": "Asim"}' -``` - -Run the micro api and call it via http - -``` -micro api -``` - -Call it via http://localhost:8080/ - -``` -curl -d '{"name": "Asim"}' https://localhost:8080/helloworld/Say/Hello -```