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