From 23512db8baabe299d164f329ed6733e397b2a911 Mon Sep 17 00:00:00 2001 From: see leng Date: Wed, 15 Nov 2023 08:10:28 +0800 Subject: [PATCH] fix: add path to executor --- backend/api-gateway/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/api-gateway/nginx.conf b/backend/api-gateway/nginx.conf index f044eab3..056e1f91 100644 --- a/backend/api-gateway/nginx.conf +++ b/backend/api-gateway/nginx.conf @@ -50,7 +50,7 @@ http { } location /api/code-execute/ { - proxy_pass https://collab-service-fhuyrsqwxa-uc.a.run.app/; + proxy_pass https://collab-service-fhuyrsqwxa-uc.a.run.app/api/code-execute/; } location /api/chat/ {