Skip to content

Remove counselors endpoint validation through metadata (next)

This MR removes the /students/me/counselors/ endpoint validation through metadata (schema), since it belongs to the core universis api server for quite some time now and does not need to be validated any longer.

In some cases, it has caused some trouble when loading the profile page (e.g. CORS error).

Merge request reports