Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit52fa1f2

Browse files
authored
fix: Handle all method types for app proxying (#2868)
All methods need to be accepted on app routes. Some appsmay POST (like Jupyter).
1 parent8589eb6 commit52fa1f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎coderd/coderd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ func New(options *Options) *API {
124124
apiKeyMiddleware,
125125
httpmw.ExtractUserParam(api.Database),
126126
)
127-
r.Get("/*",api.workspaceAppsProxyPath)
127+
r.HandleFunc("/*",api.workspaceAppsProxyPath)
128128
}
129129
// %40 is the encoded character of the @ symbol. VS Code Web does
130130
// not handle character encoding properly, so it's safe to assume

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp