lib/libis/services/rosetta/producer_handler.rb in libis-services-1.0.10 vs lib/libis/services/rosetta/producer_handler.rb in libis-services-1.0.11
- old
+ new
@@ -11,10 +11,10 @@
module Rosetta
class ProducerHandler < Libis::Services::Rosetta::Client
- def initialize(base_url = 'http://depot.lias.be', options = {})
+ def initialize(base_url = 'https://repository.teneo.libis.be', options = {})
super 'backoffice', 'ProducerWebServices', {url: base_url}.merge(options)
end
def user_id(external_id)
call :get_internal_user_id_by_external_id, arg0: external_id
\ No newline at end of file