Skip to content

Commit

Permalink
feat(version): release 0.27.5 version
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhangunduz committed Jan 9, 2024
1 parent 7d75080 commit 836b078
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui",
"version": "0.27.4",
"version": "0.27.5",
"private": true,
"scripts": {
"dev": "react-scripts start",
Expand Down
4 changes: 1 addition & 3 deletions src/toolkit/RobotSlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -400,9 +400,7 @@ export const RobotSlice = createSlice({
urls: {
vdi: isProduction ? "" : "ws://localhost:8080/",
ide: isProduction ? "" : "https://robolaunch.io",
ros: isProduction
? "ws://arcelik-dev-01.robolaunch.internal/org-arcelik-org/arcelik-cayirova/arcelik-dev-01/new-fleet/nemo-robot-dev-nemo-phy-robot-01-relay/relay/proxy/9090/"
: "ws://arcelik-dev-01.robolaunch.internal/org-arcelik-org/arcelik-cayirova/arcelik-dev-01/new-fleet/nemo-robot-dev-nemo-phy-robot-01-relay/relay/proxy/9090/",
ros: isProduction ? "" : "",
},
},
reducers: {},
Expand Down

0 comments on commit 836b078

Please sign in to comment.