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
Any way to add this prefix to the serialized attribute? I could obtain the server url from the request but I don't know how to send/inject to the serializer.
Thank you!
The text was updated successfully, but these errors were encountered:
Any way to add this prefix to the serialized attribute? I could obtain the
server url from the request but I don't know how to send/inject to the
serializer.
Thank you!
—
Reply to this email directly or view it on GitHub #451.
I have an attribute which references the path inside the public directory to a certain image.
When I serialize the entity I want this attribute to be prefixed with server url to obtain the absolute URL to the image.
Example:
Any way to add this prefix to the serialized attribute? I could obtain the server url from the request but I don't know how to send/inject to the serializer.
Thank you!
The text was updated successfully, but these errors were encountered: