Feat/http server adapt (#1754)

This commit is contained in:
Nathan.fooo
2023-01-30 11:11:19 +08:00
committed by GitHub
parent 000569a836
commit 0d8adaa921
301 changed files with 2181 additions and 1768 deletions

View File

@ -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, || {