fix: update API base URL and add healthcheck for backend service
All checks were successful
Release and Build Docker Images / release-and-build (push) Successful in 1m30s
All checks were successful
Release and Build Docker Images / release-and-build (push) Successful in 1m30s
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// Vite automatically injects the variable defined in .env.* based on the current mode.
|
||||
// `import.meta.env.VITE_BASE_URL` is the single source of truth for the API root.
|
||||
|
||||
const BASE_URL = import.meta.env.VITE_BASE_URL;
|
||||
const BASE_URL = import.meta.env.VITE_BASE_URL + '/todos';
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
// API helpers
|
||||
|
||||
Reference in New Issue
Block a user