7c69f0a0bc
- Benjamin standardized on /user_123 in mozo.rb (underscore, no slash) - Old remap regex ^/user/(.+)$ didn't match /user_123 - Fix: ^/user[/_](.+)$ accepts both separators → user_123