diff --git a/src/Components/Api/Api.tsx b/src/Components/Api/Api.tsx index 4814a26..da991df 100644 --- a/src/Components/Api/Api.tsx +++ b/src/Components/Api/Api.tsx @@ -9,8 +9,8 @@ import { // Product APIs // Local Testing "http://localhost:8000" -// Remote Deploy "http://keannu125.pythonanywhere.com" -export const baseurl = "http://keannu125.pythonanywhere.com"; +// Remote Deploy "https://keannu125.pythonanywhere.com" +export const baseurl = "https://keannu125.pythonanywhere.com"; export function GetProducts() { const token = JSON.parse(localStorage.getItem("token") || "{}");