File tree Expand file tree Collapse file tree 1 file changed +4
-17
lines changed Expand file tree Collapse file tree 1 file changed +4
-17
lines changed Original file line number Diff line number Diff line change @@ -179,30 +179,17 @@ func main() {
179
179
}
180
180
```
181
181
182
- ## Call via API
182
+ ## API Endpoints
183
183
184
184
The API provides a fixed HTTP entrypoint for calling services.
185
185
186
- Run the micro API
187
-
188
- ```
189
- micro api
190
- ```
191
-
192
- If the helloworld service is running curl it via ` /[service]/[endpoint]/[method] `
193
-
194
186
```
195
187
curl http://localhost:8080/helloworld/Helloworld/Call -d '{"name": "John"}'
196
188
```
189
+ See /api for more details
197
190
198
- ## Call via Web
191
+ ## Web Dashboard
199
192
200
193
Access services via the web using micro web which generates dynamic form fills
201
194
202
- Run the web app
203
-
204
- ```
205
- micro web
206
- ```
207
-
208
- Go to [ localhost:8082] ( http://localhost:8082 )
195
+ Go to [ localhost:8080] ( http://localhost:8080 )
You can’t perform that action at this time.
0 commit comments