mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 06:23:10 -06:00
This removes most of the code used for polylith/API mode. This removes the `/api` internal endpoints entirely. Binary size change roughly 5%: ``` 51437560 Feb 13 10:15 dendrite-monolith-server # old 48759008 Feb 13 10:15 dendrite-monolith-server # new ``` |
||
|---|---|---|
| .. | ||
| config.go | ||
| config_appservice.go | ||
| config_clientapi.go | ||
| config_federationapi.go | ||
| config_global.go | ||
| config_jetstream.go | ||
| config_keyserver.go | ||
| config_mediaapi.go | ||
| config_mscs.go | ||
| config_relayapi.go | ||
| config_roomserver.go | ||
| config_syncapi.go | ||
| config_test.go | ||
| config_userapi.go | ||