mirror of
https://github.com/modrinth/code.git
synced 2026-08-27 01:54:47 +00:00
fix: server panel not using correct endpoint for mrpack reupload (#6539)
fix: server panel not using correct endpoint for local modpack reupload
This commit is contained in:
@@ -10,7 +10,7 @@ export interface PickedFile {
|
||||
}
|
||||
|
||||
export interface PickedModpackFile extends Omit<PickedFile, 'file'> {
|
||||
/** Only present for upload flows; native imports avoid copying huge packs into the webview heap. */
|
||||
/** Only present for upload flows; native imports avoid copying huge packs into the browser heap. */
|
||||
file?: File
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user