- Changed sign-up route from /auth/register to /auth/sign-up/email
- Changed session route from /auth/session to /auth/get-session
Better Auth hits /auth/sign-up/email for registration and /auth/get-session for session checks.
Co-Authored-By: Paperclip <noreply@paperclip.ing>