Skip to content

Commit

Permalink
fix: oops use the public server
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Jun 17, 2024
1 parent 597686f commit c1c62c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const ALEXI_URL = "https://dhdaines.github.io/alexi";
//export const ZONALDA_API_URL = "https://zonalda.ecolingui.ca/api";
export const ZONALDA_API_URL = "http://localhost:8000/api";
export const ZONALDA_API_URL = "https://zonalda.ecolingui.ca/api";
//export const ZONALDA_API_URL = "http://localhost:8000/api";
export const COLLECTES_URL = "https://ville.sainte-adele.qc.ca/upload/images/SA-calendrier-collecte-2023-2024-8-5x11-vertical-CROP.jpg";
export const COLLECTE_ZONE_URL = {
jaune: "https://lespaysdenhaut.com/wp-content/uploads/2023/07/SainteAdele_jaune2023-24.pdf",
Expand Down

0 comments on commit c1c62c8

Please sign in to comment.