ncbo / ontologies_linked_data

Models and serializers for ontologies and related artifacts backed by 4store
Other
17 stars 8 forks source link

purl server URL contains hardcoded http:// #169

Open alexskr opened 11 months ago

alexskr commented 11 months ago

PURL server URL contains hardcoded http:// https://github.com/ncbo/ontologies_linked_data/blob/d858e2e29e5da84c9741b7508efa235919642e46/lib/ontologies_linked_data/purl/purl_client.rb#L13C18-L13C56

Instead of constructing purl server URL from LinkedData.settings.purl_host and LinkedData.settings.purl_port config settings we should use something like LinkedData.settings.purl_sever_url