mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
feat: add endpoint for fetching workspace proxy keys (#14789)
This commit is contained in:
@ -243,6 +243,7 @@ func New(ctx context.Context, options *Options) (_ *API, err error) {
|
||||
r.Post("/app-stats", api.workspaceProxyReportAppStats)
|
||||
r.Post("/register", api.workspaceProxyRegister)
|
||||
r.Post("/deregister", api.workspaceProxyDeregister)
|
||||
r.Get("/crypto-keys", api.workspaceProxyCryptoKeys)
|
||||
})
|
||||
r.Route("/{workspaceproxy}", func(r chi.Router) {
|
||||
r.Use(
|
||||
|
Reference in New Issue
Block a user