Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amigoscode/spring-boot-fullstack-professional
/ deleteStudent
Function
deleteStudent
src/frontend/src/client.js:27–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
).then(checkStatus)
26
27
export
const
deleteStudent = studentId =>
28
fetch(`api/v1/students/${studentId}`, {
29
method:
'DELETE'
30
}).then(checkStatus);
Callers
1
App.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected