We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 059ac4e commit 4c6beb5Copy full SHA for 4c6beb5
coderd/workspaceapps/token.go
@@ -22,10 +22,10 @@ type SignedToken struct {
22
// Request details.
23
Request `json:"request"`
24
25
- UserID uuid.UUID `json:"user_id"`
26
- WorkspaceID uuid.UUID `json:"workspace_id"`
27
- AgentID uuid.UUID `json:"agent_id"`
28
- AppURL string `json:"app_url"`
+ UserID uuid.UUID `json:"user_id"`
+ WorkspaceID uuid.UUID `json:"workspace_id"`
+ AgentID uuid.UUID `json:"agent_id"`
+ AppURL string `json:"app_url"`
29
CORSBehavior codersdk.AppCORSBehavior `json:"cors_behavior"`
30
}
31
0 commit comments