This commit is contained in:
2022-05-27 20:08:40 +03:00
parent f2962a7317
commit d220a39665
6 changed files with 22 additions and 383 deletions

View File

@ -47,7 +47,7 @@ const Form = () => {
formData.append('comment', data.comment)
fetchPost({
link: `${process.env.REACT_APP_API_URL}/api/profile/add-to-interview`,
link: `${process.env.REACT_APP_API_URL}/api/interview-request/create-interview-request`,
params: {
profile_id: urlParams.id,
...data