# SMS Terms Route Hotfix

Version 1.2.1 makes `/sms-terms` more reliable on cPanel/Passenger by using an absolute path to the `public` folder and enabling `express.static()`.

If `/sms-terms` does not load after restart:

1. Confirm `public/sms-terms.html` exists in the application root.
2. Confirm `src/index.js` was replaced with the v1.2.1 version.
3. Restart the Node.js app from cPanel.
4. Test `/health`, `/admin`, `/sms-terms.html`, and `/sms-terms`.

If `/admin` works but `/sms-terms` does not, the most likely issue is that `src/index.js` was not replaced or the app was not restarted.
