mirror of
https://github.com/Sevi-py/tnyr.me.git
synced 2026-04-03 03:00:21 -04:00
fix error caused by shorten url using http instead of https
This commit is contained in:
@@ -206,7 +206,7 @@ export default function App() {
|
||||
const { iv, encrypted } = await encryptUrl(encryptionKey, url);
|
||||
|
||||
// Send to server
|
||||
await axios.post("http://tnyr.me/shorten", {
|
||||
await axios.post("https://tnyr.me/shorten", {
|
||||
LOOKUP_HASH: arrayToHex(lookupKey),
|
||||
ENCRYTION_SALT: arrayToHex(encryptionSalt),
|
||||
IV: arrayToHex(iv),
|
||||
|
||||
Reference in New Issue
Block a user