pyeve / eve

REST API framework designed for human beings

Home Page:https://python-eve.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HATEOAS links are relative starting with Werkzeug 2.1; should be absolute for backward compatibility

nicolaiarocci opened this issue · comments

Tests are now failing because of this Flask 2.1 change,

Actually, the culprit is Werkzeug, with this change. They are now returning relative paths, while I choose to preserve the current HATEOAS behavior, which is returning absolute URIs.