X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/45d4242f9d29b00e69aeb016e99a0ce230eb71d9..bfffe7ed96e1aba434ca40b488264c43d8f679ff:/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