mirror of
https://github.com/AppFlowy-IO/AppFlowy-Cloud.git
synced 2025-04-21 12:27:07 -04:00
* feat: provide endpoint so that client can detect server information * feat: add server info endpoint
12 lines
172 B
Rust
12 lines
172 B
Rust
mod ai_test;
|
|
mod collab;
|
|
mod collab_history;
|
|
mod file_test;
|
|
mod gotrue;
|
|
mod search;
|
|
mod server_info;
|
|
mod sql_test;
|
|
mod user;
|
|
mod websocket;
|
|
mod workspace;
|
|
mod yrs_version;
|