Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
Fixed a typo
  • Loading branch information
BlazeInferno64 authored Apr 12, 2024
1 parent 06e9380 commit 2c80d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const readFile = (file) => {
}

const fetchFile = (file, formData) => {
let link = 'httpS://api.qrserver.com/v1/read-qr-code/';
let link = 'https://api.qrserver.com/v1/read-qr-code/';

fetch(link, {
method: "POST", body: formData
Expand Down

0 comments on commit 2c80d34

Please sign in to comment.