refactor: refactor some crates with http_server

This commit is contained in:
appflowy
2022-02-07 14:40:45 +08:00
parent 680d130986
commit 0c6903f793
32 changed files with 3083 additions and 1435 deletions

View File

@ -14,7 +14,7 @@ lib-infra = { path = "../../../shared-lib/lib-infra" }
flowy-document = { path = "../flowy-document" }
flowy-database = { path = "../flowy-database" }
flowy-error = { path = "../flowy-error", features = ["db", "backend"]}
flowy-error = { path = "../flowy-error", features = ["db", "http_server"]}
dart-notify = { path = "../dart-notify" }
lib-dispatch = { path = "../lib-dispatch" }
lib-sqlite = { path = "../lib-sqlite" }