Finalize changes to using modals for user feedback

This commit is contained in:
Keannu Christian Bernasol 2023-08-14 21:57:52 +08:00
parent ff114b496c
commit 2ca1dd13ca
11 changed files with 119 additions and 90 deletions

View file

@ -28,7 +28,7 @@ const instance = axios.create({
timeout: 1000,
});
console.log(backendURL);
console.log("Using backend API:", backendURL);
// 3rd Party APIs
export const urlProvider =