diff --git a/frontend/src/App.js b/frontend/src/App.js index c562c90..3f84632 100644 --- a/frontend/src/App.js +++ b/frontend/src/App.js @@ -165,7 +165,6 @@ const getSeverityDotColor = (severity) => { default: return '#0EA5E9'; } }; -const API_HOST = process.env.REACT_APP_API_HOST || 'http://localhost:3001'; const severityLevels = ['All Severities', 'Critical', 'High', 'Medium', 'Low'];