mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
fix: add missing route for codersdk.PostLogSource (#13421)
This commit is contained in:
@@ -1021,6 +1021,7 @@ func New(options *Options) *API {
|
||||
r.Post("/report-lifecycle", api.workspaceAgentReportLifecycle)
|
||||
r.Post("/metadata", api.workspaceAgentPostMetadata)
|
||||
r.Post("/metadata/{key}", api.workspaceAgentPostMetadataDeprecated)
|
||||
r.Post("/log-source", api.workspaceAgentPostLogSource)
|
||||
})
|
||||
r.Route("/{workspaceagent}", func(r chi.Router) {
|
||||
r.Use(
|
||||
|
||||
Reference in New Issue
Block a user