cozy / cozy-stack

Simple, Versatile, Yours
https://docs.cozy.io/en/cozy-stack/
GNU Affero General Public License v3.0
1.15k stars 141 forks source link

fix: Remove duplicated manager url config #4493

Closed taratatach closed 13 hours ago

taratatach commented 6 days ago

We used to store the manager url in the context config in the manager_url attribute. We're now storing it as part of the clouderies config so we can remove the old attribute and its use.

However, some clients still make use of the old context attribute so we're adding it back in the context API response for backwards compatibility.