diff --git a/webapp/src/axios.ts b/webapp/src/axios.ts index 74b5a06..7844749 100644 --- a/webapp/src/axios.ts +++ b/webapp/src/axios.ts @@ -1,5 +1,5 @@ import axios from "axios"; export const makeRequest = axios.create({ - baseURL: "http://localhost:8800" + baseURL: "http://172.162.240.176:8800" }); \ No newline at end of file diff --git a/webapp/src/pages/login/Login.tsx b/webapp/src/pages/login/Login.tsx index e3cc24e..0c9e923 100644 --- a/webapp/src/pages/login/Login.tsx +++ b/webapp/src/pages/login/Login.tsx @@ -28,7 +28,7 @@ const Login = () => { InputProps={{ endAdornment: (