Added password field
- Added download error modal - Added password field show logic - Redesigned UI
This commit is contained in:
@ -147,7 +147,7 @@ export class UploadComponent {
|
||||
|
||||
axios({
|
||||
method: 'post',
|
||||
url: 'http://localhost/api/v1/upload-speed-test',
|
||||
url: this.developmentStore.getBaseUrl() + 'api/v1/upload-speed-test',
|
||||
data: uint8View,
|
||||
headers: {
|
||||
'Content-Type': 'application/octet-stream',
|
||||
|
Reference in New Issue
Block a user