mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
feat(coderd): add experimental tasks logs endpoint (#19958)
Fixes coder/internal#901
This commit is contained in:
committed by
GitHub
parent
063e8634c7
commit
0bac5a4d5c
@@ -1020,6 +1020,7 @@ func New(options *Options) *API {
|
||||
r.Get("/{id}", api.taskGet)
|
||||
r.Delete("/{id}", api.taskDelete)
|
||||
r.Post("/{id}/send", api.taskSend)
|
||||
r.Get("/{id}/logs", api.taskLogs)
|
||||
r.Post("/", api.tasksCreate)
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user