Update backend url

This commit is contained in:
keannu125 2023-03-29 20:20:02 +08:00
parent 9c512829cf
commit 8be6d7b5de

View file

@ -10,7 +10,7 @@ import {
// Note APIs // Note APIs
const instance = axios.create({ const instance = axios.create({
baseURL: "https://keannu125.pythonanywhere.com", baseURL: "https://keannu126.pythonanywhere.com",
}); });
export function GetNotes() { export function GetNotes() {