Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8589eb6 commit 52fa1f2Copy full SHA for 52fa1f2
coderd/coderd.go
@@ -124,7 +124,7 @@ func New(options *Options) *API {
124
apiKeyMiddleware,
125
httpmw.ExtractUserParam(api.Database),
126
)
127
- r.Get("/*", api.workspaceAppsProxyPath)
+ r.HandleFunc("/*", api.workspaceAppsProxyPath)
128
}
129
// %40 is the encoded character of the @ symbol. VS Code Web does
130
// not handle character encoding properly, so it's safe to assume
0 commit comments