update url
All checks were successful
Gitea Actions Demo / check (push) Successful in 22s

This commit is contained in:
2024-09-30 18:23:10 +07:00
parent ab57d64006
commit 61035bc431
3 changed files with 2 additions and 5 deletions

View File

@ -1,4 +1,4 @@
const BASE_URL = import.meta.env.BE_URL
const BASE_URL = import.meta.env.VITE_BE_URL ?? ''
console.log(BASE_URL)