Private
Public Access
1
0

Remove API references from READMEs

This commit is contained in:
2025-09-06 19:55:04 -07:00
parent acbcf2f992
commit 27c6ac1c47
3 changed files with 4 additions and 19 deletions

View File

@@ -43,5 +43,4 @@ cd mock
go run ./... # or: make; ./kordophone-mock
```
Set the apps server URL to the mock address and run. The mock exposes `/conversations`, `/messages`, `/sendMessage`, `/attachment`, `/updates` and more.
Set the apps server URL to the mock address and run. The mock implements the Kordophone server API; see centralized API documentation (planned under `api/`).