System access and bookings #3741
ccantynzcommented Feb 15, 2026
Originally written by @cursor[bot] on GitHub.
Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents
ccantynzcommented Feb 15, 2026
Originally written by @vercel[bot] on GitHub.
The latest updates on your projects. Learn more about Vercel for GitHub.
| Project | Deployment | Actions | Updated (UTC) |
|---|---|---|---|
| hibiscus-to-airport | Preview, Comment | Feb 15, 2026 8:03am | |
| hibiscus-to-airport-crr3 | Feb 15, 2026 8:03am | ||
| hibiscus-to-airport1 | Feb 15, 2026 8:03am | ||
| hibiscus-to-airport2 | Feb 15, 2026 8:03am |
Cross-repo impact
See what breaks downstream if this PR merges.
⮌ Merged
This pull request was merged into main.
c comment · e edit title · m merge · a approve · r request changes · ? shortcuts
Originally written by @ccantynz-alt on GitHub.
Imported from https://github.com/ccantynz-alt/Hibiscus-to-airport/pull/6
Rebuild backend server, fix syntax errors, and correct frontend routing to restore full application functionality.
The backend
server.pywas found to be almost empty, preventing any routes from being mounted. Additionally, several route files contained syntax errors due to improperly escaped triple quotes, and the frontend admin login was displaying a placeholder. This PR addresses these critical issues to make the application fully operational again.