Skip to content

Links won't use the page_base_url #319

@strzibny

Description

@strzibny

Example:

has_one :country,
    links: [
      related: "/countries/:country_id"
    ]

Now the API should serve it on the following URL:

config :ja_serializer,
  key_format: :camel_cased,
  page_base_url: "https://example.com/api/v1/"

But the page_base_url is not appended.

Do I miss something?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions