From 2aa3e332074a7e870825a5f4421f121b108db89a Mon Sep 17 00:00:00 2001 From: rishav vajpayee <46602331+rishavvajpayee@users.noreply.github.com> Date: Sat, 5 Oct 2024 00:39:24 +0530 Subject: [PATCH] Updated the Playground mono url endpoint (#39) --- src/shared/constants/apiEndpoints.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/constants/apiEndpoints.ts b/src/shared/constants/apiEndpoints.ts index 22510cf..b59071c 100644 --- a/src/shared/constants/apiEndpoints.ts +++ b/src/shared/constants/apiEndpoints.ts @@ -1,2 +1,2 @@ // This folder will contain or hold constants. For example in this particular file we can store the api endpoints as constants -export const CLI_COMMAND_URL = 'http://localhost:8080/cli'; +export const CLI_COMMAND_URL = 'http://localhost:8080/shell/exec';