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

This commit is contained in:
2024-09-30 18:13:12 +07:00
parent 049164596c
commit ab57d64006
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,4 @@
const BASE_URL =
import.meta.env.NODE_ENV === 'stg' ? 'https://stg-be.samliu.io.vn/' : ''
const BASE_URL = import.meta.env.BE_URL
console.log(BASE_URL)