Fix get files #build_commit

This commit is contained in:
Andy-Ruda 2023-10-26 10:01:54 -05:00
parent e52379d515
commit 41772e6c18
3 changed files with 62 additions and 62 deletions

View File

@ -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

View File

@ -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>