akhilrex / hammond

Self hosted vehicle and expense management system. Like Clarkson, but better
GNU Affero General Public License v3.0
550 stars 50 forks source link

update axios version - fixing quick entry upload #114

Open boerniee opened 1 year ago

boerniee commented 1 year ago

Hello,

I have updated the axios version from 0.27.0 to 0.27.2. The older version had a bug which doesnt set the Content-Type correctly to multipart-form with boundary data while uploading a quick entry image.

This pull request addresses the issue #104.

BR