Skip to content

Commit a821740

Browse files
authored
refactor: remove http server ref (#3327)
1 parent af0ae2e commit a821740

File tree

4 files changed

+0
-32
lines changed

4 files changed

+0
-32
lines changed

frontend/rust-lib/Cargo.lock

Lines changed: 0 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/rust-lib/flowy-error/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ serde_json = {version = "1.0", optional = true}
1717
serde_repr = { version = "0.1" }
1818
serde = "1.0"
1919
reqwest = { version = "0.11.14", optional = true, features = ["native-tls-vendored"] }
20-
http-error-code = { git = "https://github.com/AppFlowy-IO/AppFlowy-Server", branch = "refactor/appflowy_server", optional = true }
2120
flowy-sqlite = { path = "../flowy-sqlite", optional = true}
2221
r2d2 = { version = "0.8", optional = true}
2322
url = { version = "2.2", optional = true }
@@ -31,7 +30,6 @@ impl_from_dispatch_error = ["lib-dispatch"]
3130
impl_from_serde = ["serde_json"]
3231
impl_from_reqwest = ["reqwest"]
3332
impl_from_sqlite = ["flowy-sqlite", "r2d2"]
34-
impl_from_appflowy_cloud = ["http-error-code"]
3533
impl_from_collab = ["collab-database", "collab-document", "impl_from_reqwest"]
3634
impl_from_postgres = ["tokio-postgres"]
3735
impl_from_tokio= ["tokio"]

frontend/rust-lib/flowy-error/src/impl_from/http_server.rs

Lines changed: 0 additions & 16 deletions
This file was deleted.

frontend/rust-lib/flowy-error/src/impl_from/mod.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ pub mod reqwest;
1313
#[cfg(feature = "impl_from_sqlite")]
1414
pub mod database;
1515

16-
#[cfg(feature = "impl_from_appflowy_cloud")]
17-
pub mod http_server;
18-
1916
#[cfg(feature = "impl_from_collab")]
2017
pub mod collab;
2118

0 commit comments

Comments
 (0)