Remove dead WS upload/download code

This commit is contained in:
Leo Vasanko
2026-04-25 02:52:49 +00:00
parent 5a3aa58f27
commit c71efe5c0d
4 changed files with 3 additions and 116 deletions
-1
View File
@@ -3,7 +3,6 @@ import { showAuthIframe, AuthCancelledError, isAuthIframeOpen } from 'paskia'
import type { FileEntry, UpdateEntry, errorEvent } from "./Document"
export const controlUrl = '/api/control'
export const uploadUrl = '/api/upload'
export const watchUrl = '/api/watch'
let tree = [] as FileEntry[]