Feature/5 pilots edit #40

Merged
noahspannbauer merged 2 commits from feature/5-pilots---edit into main 2025-02-02 21:55:09 -05:00
Showing only changes of commit 3dbe9f8917 - Show all commits

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
}