Fix get files #build_commit
This commit is contained in:
parent
e52379d515
commit
41772e6c18
|
@ -76,7 +76,7 @@ export class DocumentUploadHandler {
|
|||
}
|
||||
}
|
||||
export async function fetchFile(path: string): Promise<FileDocument>{
|
||||
const file = await Client.get(path)
|
||||
const file = await Client.get(url_document_get + path)
|
||||
const name = path.substring(1 , path.length)
|
||||
return {
|
||||
name,
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -5,7 +5,7 @@
|
|||
<link rel="icon" href="/favicon.ico">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<title>Vite Vasanko</title>
|
||||
<script type="module" crossorigin src="/assets/index-9cb21df7.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-1dc06db1.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-09b10238.css">
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Reference in New Issue
Block a user