Skip to content

Commit

Permalink
added placement stats apis
Browse files Browse the repository at this point in the history
  • Loading branch information
CoDe-WiZaDd-18-DOTCOM committed Oct 23, 2024
1 parent a0627df commit b1c487d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ function PlacementRecordsTable() {
setLoading(true);
try {
const response = await fetch('http://127.0.0.1:8000/placement/api/statistics/');

if (response.ok) {
const data = await response.json();
setPlacementStats(data); // Store the fetched data
Expand Down

0 comments on commit b1c487d

Please sign in to comment.