Update backend/static/prism/js/prism-core.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Alexa Amundson
2025-11-17 22:26:55 -06:00
committed by GitHub
parent 61e51e9deb
commit 91d59fedfa

View File

@@ -29,13 +29,6 @@
});
// Placeholder: Future API integration
async function fetchDashboardData() {
// TODO Phase 2.6: Fetch real data from /api/prism/metrics
// const response = await fetch('/api/prism/metrics');
// const data = await response.json();
// updateDashboard(data);
}
async function fetchJobs() {
// TODO Phase 2.6: Fetch jobs from /api/prism/jobs
// const response = await fetch('/api/prism/jobs');