Skip to content

Commit 9ba658a

Browse files
committed
fix(webClientServer): use relative path for /logout
1 parent 44e925c commit 9ba658a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/server/webClientServer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ export class WebClientServer {
314314
},
315315

316316
// Endpoints
317-
logoutEndpointUrl: this.createRequestUrl(req, parsedUrl, '/logout').toString(),
317+
logoutEndpointUrl: './logout',
318318
webEndpointUrl: this.createRequestUrl(req, parsedUrl, '/static').toString(),
319319
webEndpointUrlTemplate: this.createRequestUrl(req, parsedUrl, '/static').toString(),
320320

0 commit comments

Comments
 (0)