enabling pilot edit

This commit is contained in:
2025-02-02 20:52:29 -06:00
parent fd26f0851e
commit 3dbe9f8917

View File

@@ -84,7 +84,7 @@ const LogForm: React.FC<ILogFormProps> = ({
}
});
} else {
await httpClient.put(`api/logs/${entryId}`, data, {
await httpClient.put(`api/logs/log/${entryId}`, data, {
headers: {
Authorization: accessToken
}