Skip to content
This repository has been archived by the owner on Mar 3, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/Its-OP/int20h-teamh20
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandrKamlykov committed Mar 3, 2024
2 parents 0f3f9a2 + f83a11f commit 42adea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Frontend/src/pages/Auth/api/useCreateStudent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const useCreateStudent = () => {
const { request, loading } = useHttp();

const createStudent = async (data: any) => {
const res = await request(users + "student", HTTP_METHOD.POST, data);
const res = await request(users + "/student", HTTP_METHOD.POST, data);

return res?.success;
};
Expand Down

0 comments on commit 42adea8

Please sign in to comment.