mirror of
https://github.com/seerr-team/seerr.git
synced 2026-06-16 04:20:56 -04:00
The previous way of adding Axios interceptors added a new interceptor each time, causing lags after a while because of all the duplicate interceptors added. fix #1787