Skip to content

Commit 3f70a4f

Browse files
jsjoeioGirlBossRush
authored andcommitted
fix(webClientServer): use relative path for /logout (#19)
1 parent 89e70de commit 3f70a4f

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)