feat: Broaden backend CORS mapping to all paths and update frontend API base URL to production.
All checks were successful
Build and Push Docker Images / build-and-push (push) Successful in 3m51s
All checks were successful
Build and Push Docker Images / build-and-push (push) Successful in 3m51s
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const BASE_URL = 'http://localhost:8082/api/todos';
|
||||
const BASE_URL = 'https://todo.almazlar.com/api/todos';
|
||||
|
||||
export const getTodos = async () => {
|
||||
const response = await fetch(BASE_URL);
|
||||
|
||||
Reference in New Issue
Block a user