What do I hack to redirect the main index to /client/login

when you go to the root site https://billing.mysite.com it redirects to https://billing.mysite.com/login What do I hack to make it redirect to https://billing.mysite.com/client/login

I believe this is the relevant code:

https://github.com/invoiceninja/invoiceninja/blob/master/app/Http/Controllers/HomeController.php#L51

You rock! Thank you for taking the time to give this to me. This totally solved it.

-> Merlin

Awesome, glad to hear it!

I have the same issue - however it doesn’t appear that HomeController.php exists on v5.

Any suggestions? TYIA

@hillel