mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
fix log response (#2607)
This commit is contained in:
@@ -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(),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user