From 82bf006f18a1299821252444ba9c10f4a1a39d3d Mon Sep 17 00:00:00 2001 From: "Lala, Shahd" Date: Tue, 5 May 2026 19:42:27 +0000 Subject: [PATCH] fix: proxy issues Co-authored-by: Copilot --- .devcontainer/devcontainer-lock.json | 9 --------- .devcontainer/devcontainer.json | 25 ------------------------- proxy.conf.json | 6 ++++++ 3 files changed, 6 insertions(+), 34 deletions(-) delete mode 100644 .devcontainer/devcontainer-lock.json delete mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer-lock.json b/.devcontainer/devcontainer-lock.json deleted file mode 100644 index d5fba4b..0000000 --- a/.devcontainer/devcontainer-lock.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "features": { - "ghcr.io/devcontainer-config/features/dot-config:4": { - "version": "4.0.0", - "resolved": "ghcr.io/devcontainer-config/features/dot-config@sha256:d9ca770ccb218e619d5725fd50f00dfacdf582d92a8c3901f11b53b1caddd878", - "integrity": "sha256:d9ca770ccb218e619d5725fd50f00dfacdf582d92a8c3901f11b53b1caddd878" - } - } -} \ No newline at end of file diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json deleted file mode 100644 index e5b5932..0000000 --- a/.devcontainer/devcontainer.json +++ /dev/null @@ -1,25 +0,0 @@ -// For format details, see https://aka.ms/devcontainer.json. For config options, see the -// README at: https://github.com/devcontainers/templates/tree/main/src/alpine -{ - "name": "Alpine", - // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile - "image": "mcr.microsoft.com/devcontainers/base:alpine-3.22", - "features": { - "ghcr.io/devcontainer-config/features/dot-config:4": {} - } - - // Features to add to the dev container. More info: https://containers.dev/features. - // "features": {}, - - // Use 'forwardPorts' to make a list of ports inside the container available locally. - // "forwardPorts": [], - - // Use 'postCreateCommand' to run commands after the container is created. - // "postCreateCommand": "uname -a", - - // Configure tool-specific properties. - // "customizations": {}, - - // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. - // "remoteUser": "root" -} diff --git a/proxy.conf.json b/proxy.conf.json index b4bfb50..1f2ef6a 100644 --- a/proxy.conf.json +++ b/proxy.conf.json @@ -8,5 +8,11 @@ "target": "http://localhost:8083", "secure": false, "changeOrigin": true + }, + "/api": { + "target": "http://localhost:8080", + "secure": false, + "changeOrigin": true, + "ws": true } }