(feat) new ui build

This commit is contained in:
ishaan-jaff 2024-03-02 16:57:53 -08:00
parent 9bc1f5f664
commit 2f09970c91
15 changed files with 11 additions and 11 deletions

View file

@ -815,7 +815,7 @@ export const slackBudgetAlertsHealthCheck = async (accessToken: String) => {
try {
let url = proxyBaseUrl
? `${proxyBaseUrl}/health/services?service=slack_budget_alerts`
: `health/services?service=slack_budget_alerts`;
: `/health/services?service=slack_budget_alerts`;
console.log("Checking Slack Budget Alerts service health");
message.info("Sending Test Slack alert...");