Feature/5 pilots edit #40
@@ -84,7 +84,7 @@ const LogForm: React.FC<ILogFormProps> = ({
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
await httpClient.put(`api/logs/${entryId}`, data, {
|
await httpClient.put(`api/logs/log/${entryId}`, data, {
|
||||||
headers: {
|
headers: {
|
||||||
Authorization: accessToken
|
Authorization: accessToken
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user