Merge pull request #2499 from mslourens/fix_upload_logo
fixes uploading organisation logo
This commit is contained in:
commit
393a3960b8
|
@ -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,
|
||||
{}
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue