> so you cannot change that route?
You can't change the "/session/refresh" part of the route. But you can change the apiBasePath.. so if you set the apiBasePath to "/auth", then the refresh route becomes "/auth/session/refresh". If you set it to "/", then it becomes "/session/refresh"