1
0
Fork 0
mirror of synced 2024-10-03 02:27:06 +13:00

Merge pull request #2499 from mslourens/fix_upload_logo

fixes uploading organisation logo
This commit is contained in:
Martin McKeaveney 2021-08-31 13:13:31 +01:00 committed by GitHub
commit 393a3960b8

View file

@ -38,7 +38,7 @@
let data = new FormData()
data.append("file", file)
const res = await post(
"/api/admin/configs/upload/settings/logoUrl",
"/api/global/configs/upload/settings/logoUrl",
data,
{}
)