Skip to content

Commit

Permalink
Change service url and remove path var.
Browse files Browse the repository at this point in the history
  • Loading branch information
julialawrence committed Oct 23, 2023
1 parent aefade5 commit 732a13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ def vscode_proxy():

# Construct the URL of the VS Code server for this user.
vscode_url = (
f"http://{service_name}.dataaccessmanager.svc.cluster.local:8080/{path}"
f"http://vscode-server-{service_name}.dataaccessmanager.svc.cluster.local:8080/"
)
print(f"VSCode URL: {vscode_url}")

Expand Down

0 comments on commit 732a13a

Please sign in to comment.