mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
committed by
GitHub
parent
f3c707648c
commit
6fd9975aed
@ -167,6 +167,7 @@ func New(ctx context.Context, options *Options) (_ *API, err error) {
|
||||
)
|
||||
r.Get("/coordinate", api.workspaceProxyCoordinate)
|
||||
r.Post("/issue-signed-app-token", api.workspaceProxyIssueSignedAppToken)
|
||||
r.Post("/app-stats", api.workspaceProxyReportAppStats)
|
||||
r.Post("/register", api.workspaceProxyRegister)
|
||||
r.Post("/deregister", api.workspaceProxyDeregister)
|
||||
})
|
||||
|
Reference in New Issue
Block a user