Added the possibility to upload a file containing users to a group
This commit is contained in:
@@ -15,7 +15,7 @@ export default function CodeGenerator() {
|
||||
const code = uid.randomUUID(6);
|
||||
|
||||
axios
|
||||
.post("/api/code", {type, code})
|
||||
.post("/api/code", {type, codes: [code]})
|
||||
.then(({data, status}) => {
|
||||
if (data.ok) {
|
||||
toast.success(`Successfully generated a ${capitalize(type)} code!`, {toastId: "success"});
|
||||
|
||||
Reference in New Issue
Block a user