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

fixes uploading organisation logo

This commit is contained in:
Maurits Lourens 2021-08-30 23:12:19 +02:00
parent 582308500a
commit 3185ae8536

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,
{}
)