(doc) Remove irrelevant text

This commit is contained in:
Viktor Lofgren 2024-02-28 17:40:05 +01:00
parent 144f967dbf
commit 9993f265ca

View File

@ -52,8 +52,6 @@ This is an unusual architecture, but it has the benefit that you don't need to t
the layout of the system. You can just request an API and talk to it. Because of this, several of the the layout of the system. You can just request an API and talk to it. Because of this, several of the
services have almost no code of their own. They merely import a library and expose it as a service. services have almost no code of their own. They merely import a library and expose it as a service.
These skeleton services are marked with (S).
Services that expose HTTP endpoints tend to have more code. They are marked with (G). Services that expose HTTP endpoints tend to have more code. They are marked with (G).
### Processes ### Processes