Skip to content

Commit

Permalink
fix: api production
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Dec 7, 2023
1 parent c5f3d5c commit edcd0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const ALEXI_URL = "https://dhdaines.github.io/alexi";
export const ZONALDA_API_URL = "http://localhost:8000/api";
export const ZONALDA_API_URL = "https://zonalda.ecolingui.ca/api";
export const COLLECTES_URL = "https://ville.sainte-adele.qc.ca/upload/documents/SA-calendrier-collecte-2023-2024-8-5x11-vertical-CROP.pdf";
export const COLLECTE_ZONE_URL = {
jaune: "https://lespaysdenhaut.com/wp-content/uploads/2023/07/SainteAdele_jaune2023-24.pdf",
Expand Down

0 comments on commit edcd0f3

Please sign in to comment.