🎩 Adds lots of magic

This commit is contained in:
Rune Harlyk
2024-06-09 21:23:29 +02:00
committed by Rune Harlyk
parent 69733beb5e
commit 88f9c0e5fb
8 changed files with 111 additions and 49 deletions
@@ -9,7 +9,7 @@
let filename = '';
const getFiles = async () => {
const result = await api.get<Directory>('/api/files/list')
const result = await api.get<Directory>('/api/files')
if (result.isOk()) {
return result.inner;
}