Skip to content

Commit

Permalink
Updated the Playground mono url endpoint (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
rishavvajpayee authored Oct 4, 2024
1 parent 572ca60 commit 2aa3e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/constants/apiEndpoints.ts
Original file line number Diff line number Diff line change
@@ -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';

0 comments on commit 2aa3e33

Please sign in to comment.