OK, so the answer is that in my web.php I had :
require DIR.'/auth.php';
Auth::routes();
I had to remove Auth::routes(); It does not also add default route (like lhe previous require did) but seems also use default controller when it can t find the auth controller located in app/http/controllers/auth...
It is strange because it was what was written after installing Breeze.