From 8be6d7b5dec36d7bf8868b8a71a14eb90c5b4e37 Mon Sep 17 00:00:00 2001 From: keannu125 Date: Wed, 29 Mar 2023 20:20:02 +0800 Subject: [PATCH] Update backend url --- src/Components/Api/Api.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Api/Api.tsx b/src/Components/Api/Api.tsx index cb3e0b2..00c9aff 100644 --- a/src/Components/Api/Api.tsx +++ b/src/Components/Api/Api.tsx @@ -10,7 +10,7 @@ import { // Note APIs const instance = axios.create({ - baseURL: "https://keannu125.pythonanywhere.com", + baseURL: "https://keannu126.pythonanywhere.com", }); export function GetNotes() {