From 4d87ed9566ec1c60d035bb08e2f01d6da273e61a Mon Sep 17 00:00:00 2001 From: Mehatab Shaikh <88490687+mehatab@users.noreply.github.com> Date: Fri, 25 Aug 2023 16:40:08 +0530 Subject: [PATCH] add service status url update step --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index c1b2330b96c5..80df140525da 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,20 @@ Replace **mehatab/fettle** with your **username/repo-name** https://api.github.com/repos/mehatab/fettle/issues?per_page=20&state=all&labels=incident ``` +## Service status URL update +Go to `src > services > hooks > useServices.tsx` file and update the url with your repository url. +Replace **mehatab/fettle** with your **username/repo-name** +``` +https://raw.githubusercontent.com/mehatab/fettle/main/public/status/${key}_report.log +``` + +Go to `src > services > hooks > useSystemStatus.tsx` file and update the url with your repository url. + +Replace **mehatab/fettle** with your **username/repo-name** +``` +https://raw.githubusercontent.com/mehatab/fettle/main/public/status/${key}_report.log +``` ## Deployment setup