Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian-Kwong committed May 27, 2024
1 parent 8eb3090 commit 22b38a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ReverseFood/app/load.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function fetchData (params) {
return new Promise((resolve, reject) => {
console.log("Getting tokem"); SecureStore.getItemAsync("token").then(async (token) => {

const URL = "http://mealathon.azurewebsites.net/image";
const URL = "https://mealathon.azurewebsites.net/image";
console.log("Token: " + token);
if (token === undefined) {
console("Error: Token is undefined");
Expand Down

0 comments on commit 22b38a1

Please sign in to comment.