MCPcopy Create free account
hub / github.com/amigoscode/spring-boot-fullstack-professional / getAllStudents

Function getAllStudents

src/frontend/src/client.js:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11}
12
13export const getAllStudents = () =>
14 fetch("api/v1/students")
15 .then(checkStatus);
16
17export const addNewStudent = student =>
18 fetch("api/v1/students", {

Callers 1

fetchStudentsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected