Frontend created and rewritten a few times, with some backend fixes #1
|
@ -76,7 +76,7 @@ export class DocumentUploadHandler {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
export async function fetchFile(path: string): Promise<FileDocument>{
|
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)
|
const name = path.substring(1 , path.length)
|
||||||
return {
|
return {
|
||||||
name,
|
name,
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -5,7 +5,7 @@
|
||||||
<link rel="icon" href="/favicon.ico">
|
<link rel="icon" href="/favicon.ico">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
<title>Vite Vasanko</title>
|
<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">
|
<link rel="stylesheet" href="/assets/index-09b10238.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user