Spaces:
Sleeping
Sleeping
Update frontend/src/App.jsx
Browse files- frontend/src/App.jsx +1 -1
frontend/src/App.jsx
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import { useState, useRef, useCallback } from "react";
|
| 2 |
|
| 3 |
-
const API_BASE = "
|
| 4 |
|
| 5 |
const SEV_COLOR = { high: "#ff4d6d", medium: "#ff9f1c", low: "#2ec4b6" };
|
| 6 |
const SEV_BG = { high: "#fff0f3", medium: "#fff8ee", low: "#f0fafa" };
|
|
|
|
| 1 |
import { useState, useRef, useCallback } from "react";
|
| 2 |
|
| 3 |
+
const API_BASE = "";
|
| 4 |
|
| 5 |
const SEV_COLOR = { high: "#ff4d6d", medium: "#ff9f1c", low: "#2ec4b6" };
|
| 6 |
const SEV_BG = { high: "#fff0f3", medium: "#fff8ee", low: "#f0fafa" };
|