CodeIssuesPull RequestsActionsSecurityInsights
✨ AI
More
Settings

Missing bookings data #3740

ClosedXSccantynz wants to mergecursor/missing-bookings-data-613fmainopened Feb 15, 2026
1 changed file+2−2
Modifiedfrontend/src/config.js+2−2View fileUnifiedSplit
11// Centralized backend URL configuration
2// Falls back to the known Render deployment if REACT_APP_BACKEND_URL is not set.
2// Falls back to production API (api.hibiscustoairport.co.nz) if REACT_APP_BACKEND_URL is not set.
33export const BACKEND_URL =
4 process.env.REACT_APP_BACKEND_URL || 'https://hibiscus-to-airport-1.onrender.com';
4 process.env.REACT_APP_BACKEND_URL || 'https://api.hibiscustoairport.co.nz';
55
c comment · e edit title · m merge · a approve · r request changes · ? shortcuts