From e5f048e14fddd34fb5bab880bb95953361c3c113 Mon Sep 17 00:00:00 2001 From: keannu125 Date: Fri, 10 Mar 2023 00:54:59 +0800 Subject: [PATCH] Changed to https for api url --- src/Components/Api/Api.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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") || "{}");