refactor: add prod api url

This commit is contained in:
2025-12-24 19:24:53 -03:00
parent 24a9ad7b5f
commit 01376c3611

View File

@@ -1,4 +1,4 @@
export const environment = {
prod: true,
apiUrl: 'http://localhost:333',
apiUrl: 'https://agenda-web-go.gabilandia.com',
};