fix log response (#2607)

This commit is contained in:
Aiden McClelland
2024-04-23 14:01:29 -06:00
committed by GitHub
parent 003d110948
commit 7b8a0114f5

View File

@@ -242,7 +242,7 @@ pub fn logs() -> ParentHandler<LogsParam> {
.with_inherited(|params, _| params),
)
.root_handler(
from_fn_async(logs_follow)
from_fn_async(logs_nofollow)
.with_inherited(|params, _| params)
.no_cli(),
)