mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
(feat) new ui build
This commit is contained in:
parent
9bc1f5f664
commit
2f09970c91
15 changed files with 11 additions and 11 deletions
|
@ -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...");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue