Abhinav633 commited on
Commit
eab192f
·
verified ·
1 Parent(s): 5cc11e2

Update frontend/src/App.jsx

Browse files
Files changed (1) hide show
  1. 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 = "/api";
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" };