Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Spider-yuchen committed Mar 27, 2023
1 parent 0baf983 commit ea12c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/react/components/Upload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const Upload: FC<Props> = (props): ReactElement => {
const [keyPasswordStrengthError, setKeyPasswordStrengthError] = useState(false);
const [uploadProgress, setUploadProgress] = useState(false);

let url = "https://www.xhash.com:8000";
let url = "https://api.xhash.com:8000";
let uploadPublicKey = '-----BEGIN RSA Public Key-----\n' +
'MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAovobGpjdwazXFP0Cac7R\n' +
'b2XayXObXhQor7NK+PZzjHaFZk0RZhbgOsZuKxg7N+XOZf+zUwzDyUcp5Atl+JGG\n' +
Expand Down

0 comments on commit ea12c80

Please sign in to comment.