Skip to content

Commit

Permalink
Update HealthCheckButton.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Idan-sh authored Jul 31, 2024
1 parent 72b75ec commit 31258f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmps/global/HealthCheckButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ interface HealthCheckResponse {

function HealthCheckButton() {
const [healthStatus, setHealthStatus] = useState<string | null>(null);
const backendUrl = import.meta.env.VITE_BACKEND_URL;
const backendUrl = import.meta.env.API_GATEWAY_URL;

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

0 comments on commit 31258f9

Please sign in to comment.