mirror of
https://github.com/lemeow125/Ivy-Frontend.git
synced 2024-11-16 22:29:24 +08:00
Changed to https for api url
This commit is contained in:
parent
8359142936
commit
e5f048e14f
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ import {
|
||||||
|
|
||||||
// Product APIs
|
// Product APIs
|
||||||
// Local Testing "http://localhost:8000"
|
// Local Testing "http://localhost:8000"
|
||||||
// Remote Deploy "http://keannu125.pythonanywhere.com"
|
// Remote Deploy "https://keannu125.pythonanywhere.com"
|
||||||
export const baseurl = "http://keannu125.pythonanywhere.com";
|
export const baseurl = "https://keannu125.pythonanywhere.com";
|
||||||
|
|
||||||
export function GetProducts() {
|
export function GetProducts() {
|
||||||
const token = JSON.parse(localStorage.getItem("token") || "{}");
|
const token = JSON.parse(localStorage.getItem("token") || "{}");
|
||||||
|
|
Loading…
Reference in a new issue