X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/0e2a66e8de55b3719bd307261058b7f898598994..aeb9c4df971e57c6470281990429965728ea76a8:/app/models/client_application.rb diff --git a/app/models/client_application.rb b/app/models/client_application.rb index b3abb82be..ee39c294b 100644 --- a/app/models/client_application.rb +++ b/app/models/client_application.rb @@ -66,7 +66,7 @@ class ClientApplication < ApplicationRecord end def oauth_server - @oauth_server ||= OAuth::Server.new("https://" + Settings.server_url) + @oauth_server ||= OAuth::Server.new("https://#{Settings.server_url}") end def credentials