Skip to content

Commit

Permalink
ENDOC-575 Refine language for the blueprint tutorial based on PR feed…
Browse files Browse the repository at this point in the history
…back
  • Loading branch information
nshaw committed Oct 3, 2022
1 parent e917b0a commit a268624
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ ent bundle mfe add conference-table
find microservices/conference-ms/ui/widgets/conference/tableWidget/. -mindepth 1 -maxdepth 1 -exec mv -t microfrontends/conference-table/ -- {} +
```

3. Now add an API claim to connect the `conference-table` MFE to the `conference-ms` microservice. The connection information is stored in the `entando-json`.
3. Now add an API claim to connect the `conference-table` MFE to the `conference-ms` microservice. The connection information is stored in `entando.json`.
```shell
ent bundle api add conference-table conference-api --serviceName=conference-ms --serviceUrl=http://localhost:8081
```
Expand Down

0 comments on commit a268624

Please sign in to comment.