Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
export
const
getAllStudents = () =>
14
fetch(
"api/v1/students"
)
15
.then(checkStatus);
16
17
export
const
addNewStudent = student =>
18
fetch(
"api/v1/students"
, {
Callers
1
fetchStudents
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected