serve well-known client and server config

This way users can have a simpler time configuring this stuff and we can
worry about the spec compliance parts and specifying the same thing over
and over parts.
This commit is contained in:
Charles Hall 2024-09-05 10:47:02 -07:00
parent 3a55684623
commit 806cc0cb28
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
4 changed files with 99 additions and 1 deletions

View file

@ -2,3 +2,4 @@ pub(crate) mod appservice_server;
pub(crate) mod client_server;
pub(crate) mod ruma_wrapper;
pub(crate) mod server_server;
pub(crate) mod well_known;