Skip to content
This repository has been archived by the owner on Jan 27, 2024. It is now read-only.

Commit

Permalink
Made deployed version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrrsin committed May 2, 2023
1 parent 7efdf17 commit bccc55c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion webapp/src/axios.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import axios from "axios";

export const makeRequest = axios.create({
baseURL: "http://localhost:8800"
baseURL: "http://172.162.240.176:8800"
});
2 changes: 1 addition & 1 deletion webapp/src/pages/login/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const Login = () => {
InputProps={{
endAdornment: (
<LoginButton oidcIssuer={idp}
redirectUrl="http://localhost:3000/main"
redirectUrl="http://172.162.240.176:3000/main"
onError={console.error}>
<Button variant="contained">
Login
Expand Down

0 comments on commit bccc55c

Please sign in to comment.