finish file upload API and implement for config

This commit is contained in:
Matt Hill
2023-03-21 16:04:16 -06:00
committed by Aiden McClelland
parent dacd5d3e6b
commit aa950669f6
8 changed files with 125 additions and 70 deletions

View File

@@ -30,7 +30,9 @@ export abstract class ApiService {
abstract getStatic(url: string): Promise<string>
// for sideloading packages
abstract uploadPackage(guid: string, body: Blob): Promise<string>
abstract uploadPackage(guid: string, body: Blob): Promise<void>
abstract uploadFile(body: Blob): Promise<string>
// db