Skip to content

Commit

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

async function logs(key: string): Promise<LogDaySummary[]> {
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");
Expand Down

0 comments on commit 45f9687

Please sign in to comment.