Skip to content

Commit 01cc50f

Browse files
authored
Update README.md
1 parent 8777f4a commit 01cc50f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ docker compose up --build
8585
Go to `client\data\apiRoutes` and comment the `first line` and uncomment the second
8686
```js
8787
export const baseUrl = "http://localhost:8585"; // Uncomment to run Locally
88-
// export const baseUrl = "http://13.250.36.61/"; // Uncomment to run in AWS
88+
// export const baseUrl = "http://13.250.36.61"; // Uncomment to run in AWS
8989
```
9090
When running on AWS the frontend might face some slow network problems which can be fixed by switching speed from no thorttling to fast 3G. [You can check this video to see the demonstration of the problem mentioned here](https://drive.google.com/drive/folders/1B5N5o0ms7mizSYm5HNiAjJj0O82Zb1tq?usp=sharing).
9191

0 commit comments

Comments
 (0)