You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[saas-microservices] Add mermaid diagram to show route splitting (#1191)
### Description
<!--
✍️ Write a short summary of your work. Screenshots and videos are
welcome!
-->
### Demo URL
<!--
Provide a URL to a live deployment where we can test your PR. If a demo
isn't possible feel free to omit this section.
-->
### Type of Change
- [ ] New Example
- [ ] Example updates (Bug fixes, new features, etc.)
- [ ] Other (changes to the codebase, but not to examples)
### New Example Checklist
- [ ] 🛫 `npm run new-example` was used to create the example
- [ ] 📚 The template wasn't used but I carefuly read the [Adding a new
example](https://github.com/vercel/examples#adding-a-new-example) steps
and implemented them in the example
- [ ] 📱 Is it responsive? Are mobile and tablets considered?
Copy file name to clipboardExpand all lines: solutions/saas-microservices/README.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,9 +23,14 @@ There are 3 separate applications in this example:
23
23
24
24
These all run under the same domain. Paths to each application are routed using Vercel's [microfrontends](https://vercel.com/docs/microfrontends) support:
25
25
26
-
-`/api/dashboard/*` - Routes to the `api-dashboard` backend
27
-
-`/api/users/*` - Routes to the `api-users` backend
28
-
- Everything else - Routes to the `dashboard` application
0 commit comments