Skip to content

chore: make default workspace proxy editable #7903

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Jun 8, 2023
Prev Previous commit
Next Next commit
Import order
  • Loading branch information
Emyrk committed Jun 7, 2023
commit 9a6e5e1220cfda9133d68d3e9c109f864ad1283d
3 changes: 2 additions & 1 deletion coderd/workspaceproxies.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ package coderd
import (
"context"
"database/sql"
"net/http"

"github.com/google/uuid"
"golang.org/x/xerrors"
"net/http"

"github.com/coder/coder/coderd/database"
"github.com/coder/coder/coderd/database/dbauthz"
Expand Down