Skip to content

Add axios interceptors

Yorick de Vries requested to merge axios-interceptor into teacher-new-api

Adds an interceptor which, on every API call, logs the response to the console, or in case of a 400+ error, shows a toast with the error.

Merge request reports