mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 06:19:44 +00:00
finish file upload API and implement for config
This commit is contained in:
committed by
Aiden McClelland
parent
dacd5d3e6b
commit
aa950669f6
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user