mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-27 03:54:57 +02:00
Fix more links (#2577)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
@@ -6,6 +6,7 @@ import core, {
|
||||
ApplyOperations,
|
||||
AttachedDoc,
|
||||
Class,
|
||||
concatLink,
|
||||
Data,
|
||||
Doc,
|
||||
DocumentUpdate,
|
||||
@@ -149,7 +150,7 @@ export async function syncPlatform (
|
||||
|
||||
const data = new FormData()
|
||||
data.append('file', ed)
|
||||
const resp = await fetch(frontUrl + '/files', {
|
||||
const resp = await fetch(concatLink(frontUrl, '/files'), {
|
||||
method: 'POST',
|
||||
headers: {
|
||||
Authorization: 'Bearer ' + info.token
|
||||
|
||||
Reference in New Issue
Block a user