completionId: cgen-68b5b4b2b126446b99bddd812c7171f4
cgen-68b5b4b2b126446b99bddd812c7171f4
This commit is contained in:
parent
aee23f494d
commit
84e4afe312
1 changed files with 4 additions and 0 deletions
|
|
@ -71,6 +71,10 @@ export default function AdminStaffDirectory() {
|
|||
setIsSeeding(true);
|
||||
const response = await fetch("/api/staff/members/seed", {
|
||||
method: "POST",
|
||||
headers: {
|
||||
"Content-Type": "application/json",
|
||||
},
|
||||
body: JSON.stringify({}),
|
||||
});
|
||||
|
||||
// Read response body once
|
||||
|
|
|
|||
Loading…
Reference in a new issue