- updated endpoint

This commit is contained in:
2025-12-22 15:26:34 +00:00
parent 5b188747a5
commit 24ea41205f
7 changed files with 73 additions and 27 deletions

View File

@@ -19,7 +19,7 @@ const SystemFileUpload = ({ name, selectedFile }: SystemFileUploadProps) => {
opts: {
timeoutMs: 30000,
fieldName: "upload",
uploadUrl: "http://192.168.75.11/upload/software-update/2",
uploadUrl: "http://192.168.75.11/upload/software-update/4",
},
};
uploadSettings(settings);