Skip to content

Commit

Permalink
Update Login.js
Browse files Browse the repository at this point in the history
  • Loading branch information
uo289689 authored Mar 10, 2024
1 parent 0eaa798 commit 89a6b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/pages/Login.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const Login = () => {

const { createSession } = useContext(SessionContext);

const apiEndpoint = process.env.REACT_APP_API_ENDPOINT || 'http://localhost:8000';
const apiEndpoint = process.env.REACT_APP_API_ENDPOINT || 'http://gatewayservice:8000';

const loginUser = async () => {
try {
Expand Down

0 comments on commit 89a6b52

Please sign in to comment.