You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is there a way to return relative url for links object. in our projects, we'd like to see this "links": { "self": "/api/sessions" },
instead of "links": { "self": "http://localhost:49895/api/sessions" },
The text was updated successfully, but these errors were encountered:
@joukevandermaas thanks a lot for your help. I am thinking if IUrlPathBuilder is better than JsonApiSerializer to place this property since it can be customized easily.
I agree with you, but it currently does not have this behavior. So that would be breaking backwards compatibility. If you can think of a way to not break existing stuff, I'm all for it.
is there a way to return relative url for links object. in our projects, we'd like to see this
"links": { "self": "/api/sessions" },
instead of
"links": { "self": "http://localhost:49895/api/sessions" },
The text was updated successfully, but these errors were encountered: