mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
chore!: remove GET workspaceagents/me/report-stats (#5530)
* chore!: remove GET workspaceagents/me/report-stats * Fix: tests
This commit is contained in:
@ -512,9 +512,6 @@ func New(options *Options) *API {
|
||||
r.Get("/gitsshkey", api.agentGitSSHKey)
|
||||
r.Get("/coordinate", api.workspaceAgentCoordinate)
|
||||
r.Post("/report-stats", api.workspaceAgentReportStats)
|
||||
// DEPRECATED in favor of the POST endpoint above.
|
||||
// TODO: remove in January 2023
|
||||
r.Get("/report-stats", api.workspaceAgentReportStatsWebsocket)
|
||||
})
|
||||
r.Route("/{workspaceagent}", func(r chi.Router) {
|
||||
r.Use(
|
||||
|
Reference in New Issue
Block a user