Skip to content

Commit

Permalink
change api to https
Browse files Browse the repository at this point in the history
  • Loading branch information
birdpump committed Apr 12, 2024
1 parent 1360251 commit 2dd1b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/services/app/mainApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export async function checkVerification(data){
}

export async function fetchAvailableLockers(){
let response = await fetch(`http://locker-api.cvapps.net/public/available-lockers`, {
let response = await fetch(`https://locker-api.cvapps.net/public/available-lockers`, {
method: "get",
});

Expand Down

0 comments on commit 2dd1b1c

Please sign in to comment.