From d72da01a92c4dd23765cb78ba73a2846f57aba9f Mon Sep 17 00:00:00 2001 From: Viktor Date: Sat, 22 Apr 2023 16:05:57 +0200 Subject: [PATCH] Update readme.md --- code/api/readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/api/readme.md b/code/api/readme.md index 0b4981d2..4b19381f 100644 --- a/code/api/readme.md +++ b/code/api/readme.md @@ -5,4 +5,6 @@ are necessary for speaking to them. They each implement the abstract client clas [service-client](../common/service-client). All that is necessary is to `@Inject` them into the constructor and then -requests can be sent. \ No newline at end of file +requests can be sent. + +**Note:** If you are looking for the public API, it's handled by the api service in [services-satellite/api-service](../services-satellite/api-service).