mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
Feat/http server adapt (#1754)
This commit is contained in:
@ -8,8 +8,6 @@ pub async fn hello() -> String {
|
||||
|
||||
#[tokio::test]
|
||||
async fn test() {
|
||||
env_logger::init();
|
||||
|
||||
let event = "1";
|
||||
let runtime = tokio_default_runtime().unwrap();
|
||||
let dispatch = Arc::new(AFPluginDispatcher::construct(runtime, || {
|
||||
|
Reference in New Issue
Block a user