Skip to content

Commit

Permalink
Update useSystemStatus.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
risturiz authored Oct 11, 2023
1 parent 45f9687 commit a69663e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/hooks/useSystemStatus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function useSystemStatus() {
}

async function logs(key: string): Promise<ServiceStatus> {
const response = await fetch(`https://raw.githubusercontent.com/mehatab/fettle/main/public/status/${key}_report.log`);
const response = await fetch(`https://raw.githubusercontent.com/OSMLatam/status/main/public/status/${key}_report.log`);
const text = await response.text();
const lines = text.split("\n");
try {
Expand Down

0 comments on commit a69663e

Please sign in to comment.